Skip to content

Commit d388bed

Browse files
committed
MNT: Minimum packaging of 14.3
1 parent 0dbd8a0 commit d388bed

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

doc/source/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Requirements
8585
8686
* Python_ 3.5.1 or greater
8787
* NumPy_ 1.13 or greater
88+
* Packaging_ 14.3 or greater
8889
* SciPy_ (optional, for full SPM-ANALYZE support)
8990
* h5py_ (optional, for MINC2 support)
9091
* PyDICOM_ 0.9.9 or greater (optional, for DICOM support)

doc/source/links_names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
.. _datapkg: https://pythonhosted.org/datapkg/
114114
.. _python imaging library: https://pypi.python.org/pypi/Pillow
115115
.. _h5py: https://www.h5py.org/
116+
.. _packaging: https://packaging.pypa.io
116117

117118
.. Python imaging projects
118119
.. _PyMVPA: http://www.pymvpa.org

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.13
3-
packaging
3+
packaging ==14.3

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.13
3-
packaging
3+
packaging >=14.3

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.5.1
3232
install_requires =
3333
numpy >=1.13
34-
packaging
34+
packaging >=14.3
3535
tests_require =
3636
nose >=0.11
3737
pytest

0 commit comments

Comments
 (0)