We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 755788d + 911689c commit b6465d8Copy full SHA for b6465d8
setup.cfg
@@ -43,9 +43,7 @@ install_requires =
43
numpy==1.19.3; python_version=='3.9' and platform_python_implementation != 'PyPy'
44
45
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'
+ numpy==1.20.0; python_version=='3.7' and platform_python_implementation=='PyPy'
49
50
# For Python versions which aren't yet officially supported,
51
# we specify an unpinned Numpy which allows source distributions
0 commit comments