From d00cd71b22b80f8ebf6ef5a2121b5dd03fb7ca6e Mon Sep 17 00:00:00 2001 From: AU Date: Mon, 31 Aug 2026 08:20:44 +0200 Subject: [PATCH 1/2] Update multimethod in env --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4608af03b..e560f62a5 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - nlopt - casadi - runtype - - multimethod >=1.11,<2.0 + - multimethod>=2.1,<3.0 - typed-ast - regex - pathspec From 14230230f8bcb1e791a958d46adca265df8cc02b Mon Sep 17 00:00:00 2001 From: AU Date: Mon, 31 Aug 2026 08:21:57 +0200 Subject: [PATCH 2/2] Update multimethod meta.yaml --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 04dd29678..5717bc4c1 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -22,7 +22,7 @@ requirements: - ipython - typing_extensions - nlopt - - multimethod >=1.11,<2.0 + - multimethod >=2.1,<3.0 - casadi - runtype - numba