--- pyproject.toml.orig 2024-08-15 19:26:49 +++ pyproject.toml 2024-09-08 06:17:03 @@ -14,7 +14,7 @@ # 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", + "numpy", ] build-backend = "setuptools.build_meta"