File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
sphinx
4
4
numpydoc
5
5
texext
6
- matplotlib>=1.3
6
+ matplotlib >=1.3.1
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Requirements
89
89
* h5py _ (optional, for MINC2 support)
90
90
* PyDICOM _ 0.9.9 or greater (optional, for DICOM support)
91
91
* `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)
93
93
* sphinx _ (optional, to build the documentation)
94
94
95
95
Get the development sources
Original file line number Diff line number Diff line change 83
83
.. _emacs_python_mode : http://www.emacswiki.org/cgi-bin/wiki/PythonMode
84
84
.. _doctest-mode : http://ed.loper.org/projects/doctestmode/
85
85
.. _nose : http://somethingaboutorange.com/mrl/projects/nose
86
+ .. _pytest : https://docs.pytest.org/
86
87
.. _`python coverage tester` : http://nedbatchelder.com/code/coverage/
87
88
.. _bitbucket : https://bitbucket.org
88
89
.. _six : http://pythonhosted.org/six
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ packages = find:
41
41
[options.extras_require]
42
42
dicom =
43
43
pydicom >=0.9.9
44
+ dicomfs =
45
+ %(dicom)s
46
+ pillow
44
47
dev =
45
48
gitpython
46
49
twine
@@ -51,17 +54,20 @@ doc =
51
54
texext
52
55
minc2 =
53
56
h5py
57
+ spm =
58
+ scipy
54
59
style =
55
60
flake8
56
61
test =
57
62
coverage
58
63
nose >=0.11
59
64
pytest
60
65
all =
61
- %(dicom )s
66
+ %(dicomfs )s
62
67
%(dev)s
63
68
%(doc)s
64
69
%(minc2)s
70
+ %(spm)s
65
71
%(style)s
66
72
%(test)s
67
73
You can’t perform that action at this time.
0 commit comments