--- pyproject.toml.orig 2024-09-27 12:13:25 +++ pyproject.toml 2024-09-27 12:13:37 @@ -1,7 +1,7 @@ [build-system] requires = [ "Cython >=0.29.31,<4", - "numpy >=2.0.0, <3", + "numpy", "pkgconfig", "setuptools >=61", ]