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:
3333 conda config --add channels conda-forge &&
3434 conda update --yes conda &&
3535 conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36- conda install -y nipype &&
36+ conda install -y nipype icu==56.1 &&
3737 rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
3838 pip install -r requirements.txt &&
3939 pip install -e .[$NIPYPE_EXTRAS]; }
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ CommandLine
353353 be fixed it's recommended to just use ``usedefault ``.
354354
355355``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.
357357
358358``name_source ``
359359 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