From 50144805c3be4b6fd90656dd931354d82f2d376d Mon Sep 17 00:00:00 2001 From: Mati Date: Tue, 2 Jul 2024 11:22:51 +0200 Subject: [PATCH] Lock numpy to < 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e00b3fb8..3d2f9107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "wheel", - "numpy>=1.10.0", + "numpy>=1.10.0,<2.0.0", "pybind11>=2.0", ]