From 30ce8146e1c26bb65b04a12bc2f7d94bd7a9174f Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 25 Feb 2026 16:00:12 +0100 Subject: [PATCH] Require amici<1.0 There will be an amici 1.0 release soon. Require amici<1.0 until the examples are updated. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4c3512a..3bd82587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ ot = [ ] petab = ["petab>=0.2.0"] #petab-test = ["petabtests>=0.0.1"] # problem with pysb -amici = ["amici>=0.32.0"] +amici = ["amici>=0.32.0,<1.0.0"] yaml2sbml = ["yaml2sbml>=0.2.1"] migrate = ["alembic>=1.5.4"] plotly = ["plotly>=5.3.1", "kaleido>=0.2.1"]