aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-pandas/files/patch-pyproject.toml
blob: 749855e94b58f9de54bf4b4b4d4d1f152e58e452 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	1970-01-01 00:00:00 UTC
+++ pyproject.toml
@@ -8,7 +8,7 @@
     # Force numpy higher than 2.0, so that built wheels are compatible
     # with both numpy 1 and 2
-    "numpy>=2.0",
+    "numpy",
     "versioneer[toml]"
 ]