Skip to content

Commit

Permalink
Merge pull request #446 from bashtage/final-fix
Browse files Browse the repository at this point in the history
MAINT: Fix NumPy version
  • Loading branch information
bashtage authored Feb 5, 2021
2 parents 1ff7c98 + 5251677 commit 72acfb6
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 72acfb6

Please sign in to comment.