Skip to content

Commit ae1cfa5

Browse files
authored
Merge branch 'master' into numpy-latest
2 parents 59f432f + b56848d commit ae1cfa5

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

requirements_dev_minimal.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ msgpack-python==0.5.6
66
setuptools-scm==3.3.3
77
# test requirements
88
pytest==5.2.0; python_version > '3.0'
9-
# don't let pyup change this, needed until we drop support for py27
10-
pytest==4.6.5; python_version < '3.0' # pyup: ignore

requirements_dev_numpy.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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.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
4+
numpy==1.19.2; python_version >= '3.6'

0 commit comments

Comments
 (0)