Skip to content

Commit 926aa16

Browse files
authored
Merge pull request #6 from pathsim/fix/pathsim-min-version
Declare pathsim>=0.22 as minimum version
2 parents 976808a + e37e6d7 commit 926aa16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Scientific/Engineering",
2727
]
2828
dependencies = [
29-
"pathsim",
29+
"pathsim>=0.22",
3030
"numpy>=1.15,<2",
3131
"scipy>=1.2",
3232
# If a dependency ships native code that can't be installed in Pyodide,

0 commit comments

Comments
 (0)