--- pyproject.toml.orig	2025-05-07 22:14:18
+++ pyproject.toml	2025-06-23 09:03:18
@@ -29,7 +29,7 @@
     "pybind11>=2.13.2,<2.14.0",     # when updating version, also update check in scipy/meson.build
     # The upper bound on pythran is pre-emptive only; 0.17.0
     # is released/working at time of writing
-    "pythran>=0.14.0,<0.18.0",
+    "pythran>=0.14.0",
 
     # numpy requirement for wheel builds for distribution on PyPI - building
     # against 2.x yields wheels that are also compatible with numpy 1.x at
@@ -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",
 ]
 
 [project]
