Skip to content

Commit 0a457d3

Browse files
committed
conda didnt help, removed the last changes
1 parent eb52bea commit 0a457d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 traits &&
36+
conda install -y nipype &&
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]; }

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
numpy>=1.6.2
22
scipy>=0.11
33
networkx>=1.7
4+
traits>=4.3
45
python-dateutil>=1.5
56
nibabel>=2.0.1
67
future>=0.15.2

0 commit comments

Comments
 (0)