--- pyproject.toml.orig 2024-08-21 14:35:26 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] requires = [ "Cython >=0.29.31,<4", - "numpy >=2.0.0, <3", + "numpy", "pkgconfig", "setuptools >=61", ]