Skip to content

Commit 9d5f8da

Browse files
committed
MNT: Update requirements
1 parent c54672b commit 9d5f8da

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

doc-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
sphinx
44
numpydoc
55
texext
6-
matplotlib>=1.3
6+
matplotlib >=1.3.1

doc/source/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Requirements
8989
* h5py_ (optional, for MINC2 support)
9090
* PyDICOM_ 0.9.9 or greater (optional, for DICOM support)
9191
* `Python Imaging Library`_ (optional, for PNG conversion in DICOMFS)
92-
* nose_ 0.11 or greater (optional, to run the tests)
92+
* nose_ 0.11 or greater and pytest_ (optional, to run the tests)
9393
* sphinx_ (optional, to build the documentation)
9494

9595
Get the development sources

doc/source/links_names.txt

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
.. _emacs_python_mode: http://www.emacswiki.org/cgi-bin/wiki/PythonMode
8484
.. _doctest-mode: http://ed.loper.org/projects/doctestmode/
8585
.. _nose: http://somethingaboutorange.com/mrl/projects/nose
86+
.. _pytest: https://docs.pytest.org/
8687
.. _`python coverage tester`: http://nedbatchelder.com/code/coverage/
8788
.. _bitbucket: https://bitbucket.org
8889
.. _six: http://pythonhosted.org/six

setup.cfg

+7-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ packages = find:
4141
[options.extras_require]
4242
dicom =
4343
pydicom >=0.9.9
44+
dicomfs =
45+
%(dicom)s
46+
pillow
4447
dev =
4548
gitpython
4649
twine
@@ -51,17 +54,20 @@ doc =
5154
texext
5255
minc2 =
5356
h5py
57+
spm =
58+
scipy
5459
style =
5560
flake8
5661
test =
5762
coverage
5863
nose >=0.11
5964
pytest
6065
all =
61-
%(dicom)s
66+
%(dicomfs)s
6267
%(dev)s
6368
%(doc)s
6469
%(minc2)s
70+
%(spm)s
6571
%(style)s
6672
%(test)s
6773

0 commit comments

Comments
 (0)