From 8d9b3d24c70e420c00c7f812911f00b6c2a69a88 Mon Sep 17 00:00:00 2001 From: Bharat Medasani Date: Mon, 24 Jun 2024 10:32:47 -0400 Subject: [PATCH] Limit numpy version to <2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 729e3cc..55d7d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "numpy", "f90wrap"] +requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "numpy<2.0.0", "f90wrap"]