Skip to content

Commit

Permalink
chore(deps): update dependency amici to <=0.11.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent 8bc6da1 commit 304153b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-assets/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
# 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
amici = "<=0.11.25" # 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"
# BioNetGen
biosimulators-bionetgen = ">=0.1.20"
Expand Down
39 changes: 26 additions & 13 deletions Dockerfile-assets/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 304153b

Please sign in to comment.