We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1196fba commit a5fd03cCopy full SHA for a5fd03c
.travis.yml
@@ -33,7 +33,7 @@ install:
33
conda config --add channels conda-forge &&
34
conda update --yes conda &&
35
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36
- conda install -y nipype &&
+ conda install -y nipype icu==56.1 &&
37
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
38
pip install -r requirements.txt &&
39
pip install -e .[$NIPYPE_EXTRAS]; }
0 commit comments