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 0a14a1d commit 9aaf9edCopy full SHA for 9aaf9ed
utils/gen-docker-image.sh
@@ -10,7 +10,7 @@ docker run --rm $image generate docker -b neurodebian:stretch -p apt \
10
--dcm2niix version=v1.0.20180622 method=source \
11
--install git gcc pigz liblzma-dev libc-dev git-annex-standalone netbase \
12
--copy . /src/heudiconv \
13
- --miniconda use_env=base conda_install="python=3.6 traits>=4.6.0 scipy numpy nomkl" \
+ --miniconda use_env=base conda_install="python=3.6 traits>=4.6.0 scipy numpy nomkl pandas" \
14
pip_install="/src/heudiconv[all]" \
15
pip_opts="--editable" \
16
--entrypoint "heudiconv" \
0 commit comments