--- pyproject.toml.orig 2024-10-14 10:42:49 +++ pyproject.toml 2024-10-14 10:43:41 @@ -86,7 +86,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>=1.25", ] [tool.meson-python.args]