From e1b14d2807c8a48b5cf5b4816cff48f35990c71a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:43:06 +0000 Subject: [PATCH] chore(deps): update dependency libroadrunner to <2.2.3 --- Dockerfile-assets/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-assets/Pipfile b/Dockerfile-assets/Pipfile index 3341b8d..60dc814 100644 --- a/Dockerfile-assets/Pipfile +++ b/Dockerfile-assets/Pipfile @@ -41,7 +41,7 @@ biosimulators-rbapy = ">=0.0.4" # Smoldyn smoldyn = ">=2.67" # tellurium -libroadrunner = "<2.2.0" # 2.2.0 requires numpy >= 1.22, which conflicts with Assimulo +libroadrunner = "<2.2.3" # 2.2.0 requires numpy >= 1.22, which conflicts with Assimulo biosimulators-tellurium = ">=0.1.25" # XPP biosimulators-xpp = ">=0.0.12"