From ed7e681b7af6fb349e0d01c93dcb07f4619fb685 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sun, 18 Aug 2024 09:59:35 +0000 Subject: [PATCH] Build with numpy 1.x Forwarded: not-needed Gbp-Pq: Name 0006-Build-with-numpy-1.x.patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d626fc4..7c02abc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", -- 2.30.2