Skip to content

Commit c4dca80

Browse files
committed
enh: loose pin of nipype to fix prov issues
1 parent bc9709e commit c4dca80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2
2-
# Timestamp: 2018-11-06 01:58:12 UTC
2+
# Timestamp: 2018-11-26 23:26:28 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -130,7 +130,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
130130
pandas \
131131
matplotlib \
132132
colormath \
133-
nipype \
133+
nipype>=1.1.4 \
134134
tbb-devel \
135135
nose \
136136
&& sync && conda clean -tipsy && sync \
@@ -250,7 +250,7 @@ RUN echo '{ \
250250
\n "pandas", \
251251
\n "matplotlib", \
252252
\n "colormath", \
253-
\n "nipype", \
253+
\n "nipype>=1.1.4", \
254254
\n "tbb-devel", \
255255
\n "nose" \
256256
\n ], \

install/neurodocker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ docker run --rm kaczmarj/neurodocker:0.4.2 generate docker \
5555
--run 'ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
5656
--miniconda \
5757
conda_install="python=3.6 pip jupyter cmake mesalib vtk pandas \
58-
matplotlib colormath nipype tbb-devel nose" \
58+
matplotlib colormath nipype>=1.1.4 tbb-devel nose" \
5959
pip_install="datalad[full] duecredit" \
6060
create_env="mb" \
6161
activate=true \

0 commit comments

Comments
 (0)