File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install:
33
33
conda config --add channels conda-forge &&
34
34
conda update --yes conda &&
35
35
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36
- conda install -y nipype &&
36
+ conda install -y nipype icu==56.1 &&
37
37
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
38
38
pip install -r requirements.txt &&
39
39
pip install -e .[$NIPYPE_EXTRAS]; }
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ CommandLine
353
353
be fixed it's recommended to just use ``usedefault ``.
354
354
355
355
``sep ``
356
- For List traits the string with witch elements of the list will be joined.
356
+ For List traits the string with which elements of the list will be joined.
357
357
358
358
``name_source ``
359
359
Indicates the list of input fields from which the value of the current File
You can’t perform that action at this time.
0 commit comments