From e7e0c14bdf2c945c6f9254a38fb4bd5a77b10459 Mon Sep 17 00:00:00 2001 From: Marie-Terrell Date: Mon, 2 Oct 2023 12:05:59 -0400 Subject: [PATCH] Modify the range --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index caa45b07c8..9e05ed7662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,6 @@ [build-system] requires = ["setuptools >= 51.0.0, < 60", "wheel", - "numpy=='1.21'; python_version<='3.10'", - "numpy=='1.23'; python_version=='3.11'", - "numpy>=1.21.0',<1.26.0; python_version>='3.12'" + "numpy>=1.21.0',<1.26.0" ] build-backend = "setuptools.build_meta"