From d00cd71b22b80f8ebf6ef5a2121b5dd03fb7ca6e Mon Sep 17 00:00:00 2001 From: AU Date: Mon, 31 Aug 2026 08:20:44 +0200 Subject: [PATCH 1/3] 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/3] 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 From 370ca9c86ec8a0655c9c9db197ad0cb618b66eca Mon Sep 17 00:00:00 2001 From: AU Date: Tue, 1 Sep 2026 18:18:21 +0200 Subject: [PATCH 3/3] Update setup.py too --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e767ed1d0..aea3580a4 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ reqs = [ "cadquery-ocp>=7.9.3.1,<8.0", "ezdxf>=1.3.0", - "multimethod>=1.11,<2.0", + "multimethod>=2.1,<3.0", "nlopt>=2.9.0,<3.0", "runtype", "casadi",