--- pyproject.toml.orig 2025-01-04 21:26:30 +++ pyproject.toml 2025-01-04 21:27: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 3.13 support - "numpy>=2.0.0,<2.5", + "numpy>=1.23.5,<2.5", ] [project]