Skip to content

Commit 4289dbe

Browse files
committed
MNT/DOC: Add h5py to notes, installation extras
1 parent c05c499 commit 4289dbe

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

doc/source/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

doc/source/links_names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
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

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ doc =
4949
numpydoc
5050
sphinx >=0.3
5151
texext
52+
minc2 =
53+
h5py
5254
style =
5355
flake8
5456
test =
@@ -59,6 +61,7 @@ all =
5961
%(dicom)s
6062
%(dev)s
6163
%(doc)s
64+
%(minc2)s
6265
%(style)s
6366
%(test)s
6467

0 commit comments

Comments
 (0)