<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- pyproject.toml
+++ pyproject.toml
@@ -16,8 +16,7 @@
     # Note that building against numpy 1.x works fine too - users and
     # redistributors can do this by installing the numpy version they like and
     # disabling build isolation.
-    "numpy&gt;=2.0.0; python_version&lt;'3.13'",
-    "numpy&gt;=2.1.0; python_version&gt;='3.13'",
+    "numpy",
 ]

 [project]
</pre></body></html>