Skip to content

Commit b7c3df0

Browse files
committed
DOC: Update extras in installation instructions
1 parent 61bf9ac commit b7c3df0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

doc/users/install.rst

+10-4
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,17 @@ use the following command::
5050
While `all` installs everything, one can also install select components as
5151
listed below::
5252

53-
'doc': ['Sphinx>=1.4', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],
54-
'tests': ['pytest-cov', 'codecov'],
55-
'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
56-
'profiler': ['psutil'],
53+
'data': ['datalad'],
54+
'doc': ['dipy', 'ipython', 'matplotlib', 'nbsphinx', 'sphinx-argparse',
55+
'sphinx>=2.1.2', 'sphinxcontrib-apidoc'],
5756
'duecredit': ['duecredit'],
57+
'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
58+
'profiler': ['psutil>=5.0'],
59+
'pybids': ['pybids>=0.7.0'],
60+
'specs': ['black'],
61+
'ssh': ['paramiko'],
62+
'tests': ['codecov', 'coverage<5', 'pytest', 'pytest-cov', 'pytest-env',
63+
'pytest-timeout'],
5864
'xvfbwrapper': ['xvfbwrapper'],
5965

6066

0 commit comments

Comments
 (0)