Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3276dc6

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.