From b51a30cd312e1f2b3eb05033491898253eeca34c Mon Sep 17 00:00:00 2001 From: Anthony Ananich <1309598+ananich@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:29:59 -0500 Subject: [PATCH] Update numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00176366..7499fabb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ "numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'", "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.22.2; python_version>='3.11'", + "numpy>=1.26.3; python_version>='3.11'", "pip", "scikit-build>=0.14.0", "setuptools==59.2.0",