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
84
84
.. check these against setup.cfg
85
85
86
86
* Python _ 3.5.1 or greater
87
- * NumPy _ 1.12 or greater
87
+ * NumPy _ 1.13 or greater
88
+ * Packaging _ 14.3 or greater
88
89
* SciPy _ (optional, for full SPM-ANALYZE support)
89
90
* h5py _ (optional, for MINC2 support)
90
91
* PyDICOM _ 0.9.9 or greater (optional, for DICOM support)
Original file line number Diff line number Diff line change 113
113
.. _datapkg : https://pythonhosted.org/datapkg/
114
114
.. _python imaging library : https://pypi.python.org/pypi/Pillow
115
115
.. _h5py : https://www.h5py.org/
116
+ .. _packaging : https://packaging.pypa.io
116
117
117
118
.. Python imaging projects
118
119
.. _PyMVPA : http://www.pymvpa.org
Original file line number Diff line number Diff line change 1
1
# 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 1
1
# 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 =
30
30
[options]
31
31
python_requires = >=3.5.1
32
32
install_requires =
33
- numpy >=1.12
34
- packaging
33
+ numpy >=1.13
34
+ packaging >=14.3
35
35
tests_require =
36
36
nose >=0.11
37
37
pytest
You can’t perform that action at this time.
0 commit comments