Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ install_requires =
numpy==1.19.3; python_version=='3.9' and platform_python_implementation != 'PyPy'

numpy==1.19.0; python_version=='3.6' and platform_python_implementation=='PyPy'
# Change this to 1.20 after it is released since 1.20 will be the first
# wheel version on PyPI
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'

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