Skip to content

Commit 601fe92

Browse files
committed
Require pathsim>=0.23 for BVP1D
1 parent 4d89f26 commit 601fe92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ classifiers = [
2626
"Topic :: Scientific/Engineering",
2727
]
2828
dependencies = [
29-
"pathsim>0.13",
29+
# GLC block uses pathsim.blocks.BVP1D, introduced in pathsim 0.23
30+
"pathsim>=0.23",
3031
"numpy>=1.15",
3132
"scipy>=1.2",
3233
# If a dependency ships native code that can't be installed in Pyodide,

0 commit comments

Comments
 (0)