Skip to content

Commit

Permalink
Build with numpy 1.25/.26
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 2, 2024
1 parent 2e100de commit 7ce60f8
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 @@ -2,7 +2,7 @@
requires = [
"setuptools",
# Numpy 1.25 allows back-compiling and supports 3.9
"numpy>=1.25; python_version >= '3.9'",
"numpy~=1.25; python_version >= '3.9' and python_version < '3.13'",
# Last version to support 3.6-3.8
"numpy==1.19; python_version > '3.0' and python_version < '3.9'",
# Last version to support 2.7
Expand Down

0 comments on commit 7ce60f8

Please sign in to comment.