Skip to content

Commit 3276dc6

Browse files
authored
Merge pull request #992 from asmorkalov:as/update_numpty
Update Numpy requirements in the project.
2 parents 63eed93 + 512209a commit 3276dc6

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)