Skip to content

Commit

Permalink
MAINT: Fix NumPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Feb 5, 2021
1 parent 1ff7c98 commit 5251677
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",
"wheel",
"numpy==1.6.6; python_version<='3.7'",
"numpy==1.16.6; python_version<='3.7'",
"numpy==1.17.5; python_version=='3.8'",
"numpy==1.19.5; python_version=='3.9'",
"numpy; python_version>='3.10'",
Expand Down

0 comments on commit 5251677

Please sign in to comment.