From 1b3b380806574cd9d167ff81ae8e7d9d00af177a Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 5 May 2026 10:16:02 +0200 Subject: [PATCH] Revert "Avoid Cython 3.1.4 as a temporary measure" This reverts commit 42c79faf9b348c5e2dae6e39cf5542e2a0e3f3b0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33c962a8b..731898f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ requires-python = ">=3.12" dependencies = [ "numpy>=2.0.0", - 'cython>=0.29.21,<3.1.4', + 'cython>=0.29.21', 'sympy>=1.2', 'pyparsing>=3,!=3.2.4', 'jinja2>=2.7',