diff --git pyproject.toml pyproject.toml index 95fc8d9590f6..aa4efdb3a323 100644 --- pyproject.toml +++ pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools>=67.8", "wheel", "cython~=3.0.2", - "numpy>=2.0.0,<3.0; python_version >= '3.9'", + "numpy; python_version >= '3.9'", "oldest-supported-numpy; python_version < '3.9'" ]