From bfb71c21451cb5b773f15d1b41ae539d2c560d96 Mon Sep 17 00:00:00 2001 From: Kris Hauser Date: Tue, 13 Aug 2024 16:09:38 -0400 Subject: [PATCH] Trying to use any version of numpy for the current version of python --- Python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pyproject.toml b/Python/pyproject.toml index 5e604381c..e19f69a18 100644 --- a/Python/pyproject.toml +++ b/Python/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "wheel", - "numpy>=2" + "numpy" ] build-backend = "setuptools.build_meta"