Skip to content

Commit f9a0a0b

Browse files
chore(deps): update dependency numpy to v1 [security]
1 parent b6bb9b8 commit f9a0a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-assets/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[packages]
77
ipython = "*"
88
biosimulators-utils = {version = ">=0.1.166", extras = ["bngl", "cellml", "escher", "lems", "logging", "neuroml", "sbml", "smoldyn"]}
9-
numpy = "<1.22.0" # because Assiumulo requires numpy < 1.22
9+
numpy = "<1.22.1" # because Assiumulo requires numpy < 1.22
1010
# AMICI
1111
amici = "<=0.11.21" # avoid latest version because this requires SymPy >= 1.9 and CBMPy can't handle this because it (a) no version > 1.9 is available and (b) CBMpy can't handle versions of SymPy that don't have microversion numbers
1212
biosimulators-amici = ">=0.1.22"

0 commit comments

Comments
 (0)