We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d89f26 + 601fe92 commit 3dc8c9aCopy full SHA for 3dc8c9a
1 file changed
pyproject.toml
@@ -26,7 +26,8 @@ classifiers = [
26
"Topic :: Scientific/Engineering",
27
]
28
dependencies = [
29
- "pathsim>0.13",
+ # GLC block uses pathsim.blocks.BVP1D, introduced in pathsim 0.23
30
+ "pathsim>=0.23",
31
"numpy>=1.15",
32
"scipy>=1.2",
33
# If a dependency ships native code that can't be installed in Pyodide,
0 commit comments