From bf727705409dd3029a76d15f66a882d67ae333a1 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Thu, 2 May 2019 13:13:23 -0400 Subject: [PATCH] tst: fix CI builds --- docker/generate_dockerfiles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/generate_dockerfiles.sh b/docker/generate_dockerfiles.sh index 2c37082a8c..453e6bd232 100755 --- a/docker/generate_dockerfiles.sh +++ b/docker/generate_dockerfiles.sh @@ -90,8 +90,8 @@ function generate_main_dockerfile() { --user neuro \ --miniconda create_env=neuro \ conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} - icu=58.1 libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko - pandas psutil scikit-learn scipy traits=4.6.0' \ + libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko + pandas psutil scikit-learn scipy traits' \ pip_install="pytest-xdist" \ activate=true \ --copy docker/files/run_builddocs.sh docker/files/run_examples.sh \