File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ Requirements
8484.. check these against setup.cfg
8585
8686 * Python _ 3.5.1 or greater
87- * NumPy _ 1.12 or greater
87+ * 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)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- numpy ==1.12
2+ numpy ==1.13
3+ packaging ==14.3
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- numpy >= 1.12
2+ numpy >= 1.13
3+ packaging >= 14.3
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ provides =
3030[options]
3131python_requires = >=3.5.1
3232install_requires =
33- numpy >=1.12
34- packaging
33+ numpy >=1.13
34+ packaging >=14.3
3535tests_require =
3636 nose >=0.11
3737 pytest
You can’t perform that action at this time.
0 commit comments