--- pyproject.toml.orig 2024-06-17 17:24:33 +++ pyproject.toml 2024-09-08 06:38:40 @@ -14,5 +14,5 @@ # and disabling build isolation. # 3. The <2.3 upper bound is for matching the numpy deprecation policy, # it should not be loosened - "numpy>=2.0.0rc1,<2.3 ; python_version >= '3.9'", + "numpy ; python_version >= '3.9'", ]