File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ Requirements
86
86
* Python _ 3.5.1 or greater
87
87
* NumPy _ 1.12 or greater
88
88
* SciPy _ (optional, for full SPM-ANALYZE support)
89
+ * h5py _ (optional, for MINC2 support)
89
90
* PyDICOM _ 0.9.9 or greater (optional, for DICOM support)
90
91
* `Python Imaging Library `_ (optional, for PNG conversion in DICOMFS)
91
92
* nose _ 0.11 or greater (optional, to run the tests)
Original file line number Diff line number Diff line change 111
111
.. _twine : https://pypi.python.org/pypi/twine
112
112
.. _datapkg : https://pythonhosted.org/datapkg/
113
113
.. _python imaging library : https://pypi.python.org/pypi/Pillow
114
+ .. _h5py : https://www.h5py.org/
114
115
115
116
.. Python imaging projects
116
117
.. _PyMVPA : http://www.pymvpa.org
Original file line number Diff line number Diff line change 49
49
numpydoc
50
50
sphinx >=0.3
51
51
texext
52
+ minc2 =
53
+ h5py
52
54
style =
53
55
flake8
54
56
test =
59
61
%(dicom)s
60
62
%(dev)s
61
63
%(doc)s
64
+ %(minc2)s
62
65
%(style)s
63
66
%(test)s
64
67
You can’t perform that action at this time.
0 commit comments