--- pyproject.toml.orig 2024-11-28 07:21:09 +++ pyproject.toml 2024-11-28 07:21:24 @@ -4,6 +4,6 @@ "cython>=0.29.20", "wheel", "oldest-supported-numpy ; python_version < '3.9'", - "numpy>=2.0.0rc1,<3 ; python_version >= '3.9'", + "numpy", ] build-backend = "setuptools.build_meta"