Skip to content

Commit

Permalink
Update numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ananich committed Jan 7, 2024
1 parent 8ad8ec1 commit b51a30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b51a30c

Please sign in to comment.