summaryrefslogtreecommitdiff
path: root/archivers/py-blosc2/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-blosc2/files/patch-pyproject.toml')
-rw-r--r--archivers/py-blosc2/files/patch-pyproject.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/archivers/py-blosc2/files/patch-pyproject.toml b/archivers/py-blosc2/files/patch-pyproject.toml
index 36d48c2cfae1..5fa31ef9036a 100644
--- a/archivers/py-blosc2/files/patch-pyproject.toml
+++ b/archivers/py-blosc2/files/patch-pyproject.toml
@@ -1,12 +1,10 @@
---- pyproject.toml.orig 2024-12-12 13:22:18 UTC
+--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
-@@ -1,8 +1,8 @@ requires = [
- [build-system]
+@@ -2,7 +2,7 @@ requires = [
requires = [
"scikit-build-core",
-- "cython>=3",
+ "cython>=3",
- "numpy>=2.0.0",
-+ "cython",
+ "numpy",
]
build-backend = "scikit_build_core.build"