File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ RUN conda config --add channels conda-forge --add channels intel && \
60
60
conda update -q conda && \
61
61
chmod +x /usr/local/miniconda/bin/*; sync && \
62
62
conda install -y python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} \
63
- mkl=2017.0.1 \
64
- numpy=1.11.2 \
65
- scipy=0.18.1 \
66
- scikit-learn=0.17.1 \
67
- matplotlib=1.5.3 \
68
- pandas=0.19.0 \
69
- libxml2=2.9.4 \
70
- libxslt=1.1.29 \
63
+ mkl \
64
+ numpy \
65
+ scipy \
66
+ scikit-learn \
67
+ matplotlib \
68
+ pandas \
69
+ libxml2 \
70
+ libxslt \
71
71
traits=4.6.0 \
72
- psutil=5.0.1 \
72
+ psutil \
73
73
icu=58.1 && \
74
74
find /usr/local/miniconda/ -exec chmod 775 {} +
75
75
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
39
39
timeout : 6000
40
40
- e=1 && for i in {1..5}; do docker build --rm=false -t nipype/nipype:py27 --build-arg PYTHON_VERSION_MAJOR=2 --build-arg PYTHON_VERSION_MINOR=7 --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` --build-arg VCS_REF=`git rev-parse --short HEAD` --build-arg VERSION=$CIRCLE_TAG-py27 . && e=0 && break || sleep 15; done && [ "$e" -eq "0" ] :
41
41
timeout : 6000
42
- - docker save -o $HOME/docker/cache.tar ubuntu:xenial-20161213 nipype/base:latest nipype/nipype:latest nipype/nipype_test:py27 nipype/nipype_test:py35 :
42
+ - docker save -o $HOME/docker/cache.tar ubuntu:xenial-20161213 nipype/base:latest nipype/nipype:py35 nipype/nipype:py27 :
43
43
timeout : 6000
44
44
45
45
test :
You can’t perform that action at this time.
0 commit comments