diff --git a/Python/pyproject.toml b/Python/pyproject.toml index 5e604381c..e19f69a18 100644 --- a/Python/pyproject.toml +++ b/Python/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "wheel", - "numpy>=2" + "numpy" ] build-backend = "setuptools.build_meta"