aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-h5py/files/patch-pyproject.toml
blob: 3651460fab6a37d2efe968c8ed4cceebc09a35bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-08-21 14:35:26 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 requires = [
     "Cython >=0.29.31,<4",
-    "numpy >=2.0.0, <3",
+    "numpy",
     "pkgconfig",
     "setuptools >=61",
 ]