summaryrefslogtreecommitdiff
path: root/archivers/py-blosc2/files/patch-pyproject.toml
blob: 5fa31ef9036a1c361d6ba675114f5a5c4139f5d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2022-11-09 12:37:21 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@ requires = [
 requires = [
     "scikit-build-core",
     "cython>=3",
-    "numpy>=2.0.0",
+    "numpy",
 ]
 build-backend = "scikit_build_core.build"