From 9b6a772fc29bfc9ecf2779ed8c0399abb8a893cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:40:25 +0000 Subject: [PATCH] chore(deps): update dependency amici to <=0.12.0 --- Dockerfile-assets/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-assets/Pipfile b/Dockerfile-assets/Pipfile index 3341b8d..8048451 100644 --- a/Dockerfile-assets/Pipfile +++ b/Dockerfile-assets/Pipfile @@ -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.12.0" # 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"