File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33sphinx
44numpydoc
55texext
6- matplotlib>=1.3
6+ matplotlib >=1.3.1
Original file line number Diff line number Diff 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
9595Get the development sources
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ packages = find:
4141[options.extras_require]
4242dicom =
4343 pydicom >=0.9.9
44+ dicomfs =
45+ %(dicom)s
46+ pillow
4447dev =
4548 gitpython
4649 twine
@@ -51,17 +54,20 @@ doc =
5154 texext
5255minc2 =
5356 h5py
57+ spm =
58+ scipy
5459style =
5560 flake8
5661test =
5762 coverage
5863 nose >=0.11
5964 pytest
6065all =
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
You can’t perform that action at this time.
0 commit comments