From f5833c8cf87a429b86e797b8ece9254359a9cfdc Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 17 Jun 2024 06:00:07 +0000 Subject: [PATCH] Add build-requires pinning numpy to <2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c68b8c200..fbb3e6717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 51.0.0", "wheel"] +requires = ["setuptools >= 51.0.0", "wheel", "numpy<2.0.0"] build-backend = "setuptools.build_meta:__legacy__"