Skip to content

Commit b6465d8

Browse files
authored
Merge pull request #18 from mattip/numpy-1.20
Update for pypy3.7 wheels
2 parents 755788d + 911689c commit b6465d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ install_requires =
4343
numpy==1.19.3; python_version=='3.9' and platform_python_implementation != 'PyPy'
4444

4545
numpy==1.19.0; python_version=='3.6' and platform_python_implementation=='PyPy'
46-
# Change this to 1.20 after it is released since 1.20 will be the first
47-
# wheel version on PyPI
48-
numpy==1.19.0; python_version=='3.7' and platform_python_implementation=='PyPy'
46+
numpy==1.20.0; python_version=='3.7' and platform_python_implementation=='PyPy'
4947

5048
# For Python versions which aren't yet officially supported,
5149
# we specify an unpinned Numpy which allows source distributions

0 commit comments

Comments
 (0)