summaryrefslogtreecommitdiff
path: root/archivers/py-bitshuffle/files/patch-pyproject.toml
blob: 337f553ce7c5a7be69c479575739707669debc65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-09-26 18:05:42 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
 requires = [
     "setuptools",
     "Cython>=0.19",
-    "numpy>=2.0.0rc1",
+    "numpy",
     "h5py>=2.4.0",
 ]