Build with numpy 1.x
authorAntonio Valentino <antonio.valentino@tiscali.it>
Sun, 18 Aug 2024 09:59:35 +0000 (09:59 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 7 Jan 2025 04:36:08 +0000 (04:36 +0000)
Forwarded: not-needed

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

pyproject.toml

index d626fc485f17d2607e126ca4df426d92d9f1672e..7c02abc6de41ab5d585bb345ff5ccd7d6de3e0b2 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 >=0.29.32",