Skip to content

Commit

Permalink
Merge pull request #7880 from bashtage/update-pyproject
Browse files Browse the repository at this point in the history
MAINT: Update pyproject for 3.10
  • Loading branch information
bashtage committed Nov 12, 2021
2 parents dcc77d1 + 2a8dd0a commit 985da31
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 @@ -6,6 +6,7 @@ requires = [
"numpy==1.17.4; python_version=='3.7'",
"numpy==1.17.4; python_version=='3.8'",
"numpy==1.19.4; python_version=='3.9'",
"numpy; python_version>'3.9'",
"numpy==1.21.4; python_version=='3.10'",
"numpy; python_version>'3.10'",
"scipy>=1.3",
]

0 comments on commit 985da31

Please sign in to comment.