Skip to content

Commit f257a6d

Browse files
committed
MNT: Update minimum packaging to 17.0
17.0 is needed for the Version().is_devrelease property. While we don't use this, pytest-doctestplus does as of 0.9.0. It's not worth the effort of keeping a baroque set of version requirements for tests versus installation, as there's no way to test the minimum version if we have to upgrade for the tests. 17.0 has been out for 4 years, so let's not worry.
1 parent c1af937 commit f257a6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

min-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Auto-generated by tools/update_requirements.py
22
numpy ==1.15
3-
packaging ==14.3
3+
packaging ==17.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Auto-generated by tools/update_requirements.py
22
numpy >=1.15
3-
packaging >=14.3
3+
packaging >=17.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ provides =
3131
python_requires = >=3.6
3232
install_requires =
3333
numpy >=1.15
34-
packaging >=14.3
34+
packaging >=17.0
3535
zip_safe = False
3636
packages = find:
3737

0 commit comments

Comments
 (0)