--- pyproject.toml.orig 2025-06-22 15:31:31 +++ pyproject.toml 2025-06-22 15:31:40 @@ -38,7 +38,7 @@ # redistributors can do this by installing the numpy version they like and # disabling build isolation. # NOTE: need numpy>=2.1.3 for free-threaded CPython support - "numpy>=2.0.0,<2.6", + "numpy", ] [project]