Skip to content

Commit ac5ddc4

Browse files
authored
Merge pull request #7 from pathsim/fix/pathsim-min-version
Declare pathsim>=0.22 as minimum version
2 parents 5238d5c + 2aad1a2 commit ac5ddc4

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",
3131
"scipy>=1.2",
3232
# JSBSim ships native code that can't be installed in Pyodide. The

0 commit comments

Comments
 (0)