Skip to content

Commit f288dd0

Browse files
committed
doc: update install requirements and documentation
1 parent 818ccd8 commit f288dd0

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Next release
33

44
* ENH: SelectFiles: a streamlined version of DataGrabber
55
* ENH: New interfaces: spm.ResliceToReference
6+
* ENH: W3C PROV support with optional RDF export built into Nipype
67

78
* FIX: Deals properly with 3d files in SPM Realign
89

doc/users/install.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,20 +112,20 @@ recommendations.
112112
Must Have
113113
~~~~~~~~~
114114

115-
Python_ 2.6 -2.7
115+
Python_ 2.6 - 2.7
116116

117-
Nibabel_ 1.0 - 1.2
117+
Nibabel_ 1.0 - 1.4
118118
Neuroimaging file i/o library
119119

120-
NetworkX_ 1.0 - 1.4
120+
NetworkX_ 1.0 - 1.8
121121
Python package for working with complex networks.
122122

123-
NumPy_ 1.3 - 1.6
123+
NumPy_ 1.3 - 1.7
124124

125-
SciPy_ 0.7 - 0.10
125+
SciPy_ 0.7 - 0.12
126126
Numpy and Scipy are high-level, optimized scientific computing libraries.
127127

128-
Enthought_ Traits_ 4.0.0
128+
Enthought_ Traits_ 4.0.0 - 4.3.0
129129

130130
.. note::
131131

@@ -135,14 +135,17 @@ Enthought_ Traits_ 4.0.0
135135
Strong Recommendations
136136
~~~~~~~~~~~~~~~~~~~~~~
137137

138-
IPython_ 0.10.2 - 0.13
138+
IPython_ 0.10.2 - 1.0.0
139139
Interactive python environment. This is necessary for some parallel
140140
components of the pipeline engine.
141141

142-
Matplotlib_ 1.0
142+
Matplotlib_ 1.0 - 1.2
143143
Plotting library
144144

145-
Sphinx_
145+
`RDFLib <http://rdflib.readthedocs.org/en/latest/>`_ 4.1
146+
RDFLibrary required for provenance export as RDF
147+
148+
Sphinx_ 1.1
146149
Required for building the documentation
147150

148151
`Graphviz <http://www.graphviz.org/>`_

0 commit comments

Comments
 (0)