Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency numpy to v1 [SECURITY] #595

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile-assets/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
ipython = "*"
biosimulators-utils = {version = ">=0.1.166", extras = ["bngl", "cellml", "escher", "lems", "logging", "neuroml", "sbml", "smoldyn"]}
numpy = "<1.22.0" # because Assiumulo requires numpy < 1.22
numpy = "<1.22.1" # because Assiumulo requires numpy < 1.22
# AMICI
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
biosimulators-amici = ">=0.1.22"
Expand Down
Loading