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 eb52bea commit 0a457d3Copy full SHA for 0a457d3
.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 traits &&
+ conda install -y nipype &&
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]; }
requirements.txt
@@ -1,6 +1,7 @@
1
numpy>=1.6.2
2
scipy>=0.11
3
networkx>=1.7
4
+traits>=4.3
5
python-dateutil>=1.5
6
nibabel>=2.0.1
7
future>=0.15.2
0 commit comments