Skip to content

Commit 0272267

Browse files
committedApr 8, 2022
chore(deps): update dependency amici to <=0.11.28
1 parent c431714 commit 0272267

File tree

2 files changed

+769
-647
lines changed

2 files changed

+769
-647
lines changed
 

‎Dockerfile-assets/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ipython = "*"
88
biosimulators-utils = {version = ">=0.1.166", extras = ["bngl", "cellml", "escher", "lems", "logging", "neuroml", "sbml", "smoldyn"]}
99
numpy = "<1.22.0" # because Assiumulo requires numpy < 1.22
1010
# AMICI
11-
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
11+
amici = "<=0.11.28" # 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"
1313
# BioNetGen
1414
biosimulators-bionetgen = ">=0.1.20"

0 commit comments

Comments
 (0)