File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ A relatively interpretable description of how your environment can be set-up
108
108
is found in the `Dockerfile <https://github.com/nipreps/dmriprep/blob/master/Dockerfile >`_.
109
109
As an additional installation setting, FreeSurfer requires a license file (see :ref: `fs_license `).
110
110
111
- On a functional Python 3.5 (or above) environment with ``pip `` installed,
111
+ On a functional Python 3.7 (or above) environment with ``pip `` installed,
112
112
*dMRIPrep * can be installed using the habitual command ::
113
113
114
114
$ python -m pip install dmriprep
@@ -120,16 +120,15 @@ Check your installation with the ``--version`` argument ::
120
120
121
121
External Dependencies
122
122
---------------------
123
- *dMRIPrep * is written using Python 3.5 (or above), and is based on
124
- nipype _ .
123
+ *dMRIPrep * is written using Python 3.7 (or above), and is based on
124
+ Nipype _ .
125
125
126
126
*dMRIPrep * requires some other neuroimaging software tools that are
127
127
not handled by the Python's packaging system (Pypi) used to deploy
128
128
the ``dmriprep `` package:
129
129
130
130
- FSL _ (version 5.0.9)
131
- - ANTs _ (version 2.2.0 - NeuroDocker build)
131
+ - ANTs _ (version 2.3.3 - NeuroDocker build)
132
132
- AFNI _ (version Debian-16.2.07)
133
- - `C3D <https://sourceforge.net/projects/c3d/ >`_ (version 1.0.0)
134
133
- FreeSurfer _ (version 6.0.1)
135
- - `bids-validator <https://github.com/bids-standard/bids-validator >`_ (version 1.2.3 )
134
+ - `bids-validator <https://github.com/bids-standard/bids-validator >`_ (version 1.4.0 )
You can’t perform that action at this time.
0 commit comments