--- pyproject.toml.orig 2026-02-26 14:35:51 +++ pyproject.toml 2026-02-26 14:36:09 @@ -1,8 +1,8 @@ [build-system] requires = [ "setuptools>=77.0.3", - "cython>=3.1,<=3.2", - "numpy>=2,<3", + "cython", + "numpy", ] build-backend = "setuptools.build_meta"