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
8686 * Python _ 3.5.1 or greater
8787* NumPy _ 1.12 or greater
8888* SciPy _ (optional, for full SPM-ANALYZE support)
89+ * h5py _ (optional, for MINC2 support)
8990* PyDICOM _ 0.9.9 or greater (optional, for DICOM support)
9091* `Python Imaging Library `_ (optional, for PNG conversion in DICOMFS)
9192* nose _ 0.11 or greater (optional, to run the tests)
Original file line number Diff line number Diff line change 111111.. _twine : https://pypi.python.org/pypi/twine
112112.. _datapkg : https://pythonhosted.org/datapkg/
113113.. _python imaging library : https://pypi.python.org/pypi/Pillow
114+ .. _h5py : https://www.h5py.org/
114115
115116.. Python imaging projects
116117 .. _PyMVPA : http://www.pymvpa.org
Original file line number Diff line number Diff line change 4949 numpydoc
5050 sphinx >=0.3
5151 texext
52+ minc2 =
53+ h5py
5254style =
5355 flake8
5456test =
5961 %(dicom)s
6062 %(dev)s
6163 %(doc)s
64+ %(minc2)s
6265 %(style)s
6366 %(test)s
6467
You can’t perform that action at this time.
0 commit comments