<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- pyproject.toml.orig	2025-05-07 22:14:18
+++ pyproject.toml	2025-06-23 09:03:18
@@ -29,7 +29,7 @@
     "pybind11&gt;=2.13.2,&lt;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&gt;=0.14.0,&lt;0.18.0",
+    "pythran&gt;=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&gt;=2.1.3 for free-threaded CPython 3.13 support
-    "numpy&gt;=2.0.0,&lt;2.5",
+    "numpy",
 ]
 
 [project]
</pre></body></html>