Skip to content

Commit 72acfb6

Browse files
authored
Merge pull request #446 from bashtage/final-fix
MAINT: Fix NumPy version
2 parents 1ff7c98 + 5251677 commit 72acfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools",
44
"wheel",
5-
"numpy==1.6.6; python_version<='3.7'",
5+
"numpy==1.16.6; python_version<='3.7'",
66
"numpy==1.17.5; python_version=='3.8'",
77
"numpy==1.19.5; python_version=='3.9'",
88
"numpy; python_version>='3.10'",

0 commit comments

Comments
 (0)