From 48227ca82668109755e07a821d134ebd6e71b0b7 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Wed, 17 Sep 2025 13:50:28 +0200 Subject: [PATCH] build(deps): fix compat multimethod to >=1.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d99804b..8604bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ "ipython==8.20", - "multimethod==1.12", + "multimethod>=1.12,<1.13", "numpy==2.0", "sympy==1.13.3", "tabulate==0.9",