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 @@ -46,7 +46,7 @@ ENV LC_ALL C.UTF-8
46
46
47
47
# Add conda-forge channel in conda
48
48
RUN conda config --add channels conda-forge && \
49
- conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime && \
49
+ conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime dipy && \
50
50
pip install nose-cov doctest-ignore-unicode configparser
51
51
52
52
COPY docker/circleci/run_* /usr/bin/
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ENV LC_ALL C.UTF-8
46
46
47
47
# Add conda-forge channel in conda
48
48
RUN conda config --add channels conda-forge && \
49
- conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime && \
49
+ conda install -y lockfile nipype matplotlib sphinx boto boto3 coverage mock pbr nitime dipy && \
50
50
pip install nose-cov doctest-ignore-unicode configparser
51
51
52
52
COPY docker/circleci/run_* /usr/bin/
You can’t perform that action at this time.
0 commit comments