Skip to content

Commit cc63e50

Browse files
committed
Remove requirements for Python 2.7
1 parent 13966ba commit cc63e50

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
# different versions of numpy. This file should pin to the latest
33
# numpy version.
44
numpy==1.17.2; python_version > '3.0'
5-
# don't let pyup change this, needed until we drop support for py27
6-
numpy==1.16.4; python_version < '3.0' # pyup: ignore

0 commit comments

Comments
 (0)