From c75b7783f4f3f64f52cd78f1733f361326ed3f9f Mon Sep 17 00:00:00 2001 From: abebus <90478897+abebus@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:24:16 +0300 Subject: [PATCH] Numpy 2.0.0 released --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7486f132..1832948e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires = [ "numpy==1.21.2; python_version=='3.10' and platform_system!='Darwin'", "numpy==1.21.4; python_version=='3.10' and platform_system=='Darwin'", "numpy==1.23.5; python_version=='3.11'", - "numpy>=1.26.4; python_version>='3.12'", + "numpy<=2.0.0,numpy>=1.26.4; python_version>='3.12'", "pip", "scikit-build>=0.14.0", "setuptools==59.2.0",