Skip to content

Commit

Permalink
Merge pull request #992 from asmorkalov:as/update_numpty
Browse files Browse the repository at this point in the history
Update Numpy requirements in the project.
  • Loading branch information
asmorkalov committed Jun 3, 2024
2 parents 63eed93 + 512209a commit 3276dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ 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.23.5; python_version=='3.11'",
"numpy>=1.26.4; python_version>='3.12'",
"pip",
"scikit-build>=0.14.0",
"setuptools==59.2.0",
Expand Down

0 comments on commit 3276dc6

Please sign in to comment.