Skip to content

Commit da5b375

Browse files
authored
Merge pull request #163 from nipreps/josephmje-patch-1
DOC: Update external dependency versions
2 parents 26fb25f + 2444e42 commit da5b375

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/installation.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ A relatively interpretable description of how your environment can be set-up
108108
is found in the `Dockerfile <https://github.com/nipreps/dmriprep/blob/master/Dockerfile>`_.
109109
As an additional installation setting, FreeSurfer requires a license file (see :ref:`fs_license`).
110110

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,
112112
*dMRIPrep* can be installed using the habitual command ::
113113

114114
$ python -m pip install dmriprep
@@ -120,16 +120,15 @@ Check your installation with the ``--version`` argument ::
120120

121121
External Dependencies
122122
---------------------
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_.
125125

126126
*dMRIPrep* requires some other neuroimaging software tools that are
127127
not handled by the Python's packaging system (Pypi) used to deploy
128128
the ``dmriprep`` package:
129129

130130
- FSL_ (version 5.0.9)
131-
- ANTs_ (version 2.2.0 - NeuroDocker build)
131+
- ANTs_ (version 2.3.3 - NeuroDocker build)
132132
- AFNI_ (version Debian-16.2.07)
133-
- `C3D <https://sourceforge.net/projects/c3d/>`_ (version 1.0.0)
134133
- 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)

0 commit comments

Comments
 (0)