Skip to content

Commit

Permalink
Fix upper python+numpy pin for build system (#4385)
Browse files Browse the repository at this point in the history
Put upper pin at 3.13 not 3.12
  • Loading branch information
IAlibay authored Dec 24, 2023
1 parent edda942 commit 770a577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires = [
"numpy==1.26.0; python_version=='3.12' and platform_python_implementation != 'PyPy'",
# For unreleased versions of Python there is currently no known supported
# NumPy version. In that case we just let it be a bare NumPy install
"numpy<2.0; python_version>='3.12'",
"numpy<2.0; python_version>='3.13'",
"setuptools",
"wheel",
]
Expand Down

0 comments on commit 770a577

Please sign in to comment.