--- pyproject.toml.orig 2025-09-20 22:30:48 +++ pyproject.toml 2025-09-20 22:31:45 @@ -2,8 +2,8 @@ requires = [ "setuptools>=67.8", "wheel", - "cython~=3.0.2", - "numpy>=2" + "cython", + "numpy" ] build-backend = "setuptools.build_meta"