Build with numpy 1.x
authorAntonio Valentino <antonio.valentino@tiscali.it>
Sun, 18 Aug 2024 09:59:35 +0000 (09:59 +0000)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Wed, 8 Jan 2025 00:32:06 +0000 (00:32 +0000)
Forwarded: not-needed

Gbp-Pq: Name 0006-Build-with-numpy-1.x.patch

pyproject.toml

index 4b3ac5962465db2a0df0d457538bc28c4946d47e..c0ccf0c2e39c4e5aed646335d90b40a798e23559 100644 (file)
@@ -9,7 +9,7 @@ requires = [
     # Please refer to https://github.com/PyTables/PyTables/issues/1200
     # If you change this to build with `numpy` 1, please update `numpy` in `dependencies` as well
     # "numpy >= 1.20.0,<2",
-    "numpy >= 2",
+    "numpy",
     "packaging",
     "py-cpuinfo",
     "Cython >= 3.0.11",