From 4b197126ee24f4afe9c5cb3ea2ee025a84961818 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 2 Sep 2024 11:49:08 +0200 Subject: [PATCH] Skip numpy>=2 pin in build for now --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9f3fe96..cdea5bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "pyarrow>=14,<18", "pybind11", - "numpy>=2", + "numpy", "meson>=1.0.0", "meson-python>=0.14.0", ]