Skip to content

Commit 512209a

Browse files
committed
Update Numpy requirements in the project.
1 parent 63eed93 commit 512209a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ requires = [
99
"numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
1010
"numpy==1.21.2; python_version=='3.10' and platform_system!='Darwin'",
1111
"numpy==1.21.4; python_version=='3.10' and platform_system=='Darwin'",
12-
"numpy==1.22.2; python_version>='3.11'",
12+
"numpy==1.23.5; python_version=='3.11'",
13+
"numpy>=1.26.4; python_version>='3.12'",
1314
"pip",
1415
"scikit-build>=0.14.0",
1516
"setuptools==59.2.0",

0 commit comments

Comments
 (0)