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.
1 parent 352f3e2 commit 59f432fCopy full SHA for 59f432f
requirements_dev_numpy.txt
@@ -1,6 +1,7 @@
1
# Break this out into a separate file to allow testing against
2
# different versions of numpy. This file should pin to the latest
3
# numpy version.
4
-numpy==1.19.2; python_version > '3.0'
+numpy==1.19.2; python_version >= '3.6'
5
+numpy==1.17.2; python_version < '3.6'
6
# don't let pyup change this, needed until we drop support for py27
7
numpy==1.16.4; python_version < '3.0' # pyup: ignore
0 commit comments