From 2f86a745fad47160bb0ddf5996c4a88619cebe67 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Thu, 15 Aug 2024 07:58:19 +0200 Subject: [PATCH] Update pyproject.toml Co-authored-by: jakirkham --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da62929f7..7b9288553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,8 @@ requires = [ "wheel", # NOTE: it is still possible to build PyTables with numpy 1.x # Please refer to https://github.com/PyTables/PyTables/issues/1200 - # "numpy >= 1.20.0", + # If you change this to build with `numpy` 1, please update `numpy` in `dependencies` as well + # "numpy >= 1.20.0,<2", "numpy >= 2", "packaging", "py-cpuinfo",