Skip to content

Commit 74eb5e5

Browse files
authored
Merge pull request #2862 from nipy/mnt/numpy_docker
MNT: Install numpy!=1.16.0 from conda in Docker
2 parents 6b74fd2 + 79cc144 commit 74eb5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/generate_dockerfiles.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function generate_main_dockerfile() {
9090
--user neuro \
9191
--miniconda create_env=neuro \
9292
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
93-
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
93+
icu=58.1 libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
9494
pandas psutil scikit-learn scipy traits=4.6.0' \
9595
pip_install="pytest-xdist" \
9696
activate=true \

0 commit comments

Comments
 (0)