Skip to content

Commit 59f432f

Browse files
authored
Update requirements_dev_numpy.txt
1 parent 352f3e2 commit 59f432f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements_dev_numpy.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Break this out into a separate file to allow testing against
22
# different versions of numpy. This file should pin to the latest
33
# numpy version.
4-
numpy==1.19.2; python_version > '3.0'
4+
numpy==1.19.2; python_version >= '3.6'
5+
numpy==1.17.2; python_version < '3.6'
56
# don't let pyup change this, needed until we drop support for py27
67
numpy==1.16.4; python_version < '3.0' # pyup: ignore

0 commit comments

Comments
 (0)