Skip to content

Commit 71b871f

Browse files
authored
Merge pull request #2927 from mgxd/fix/circle
tst: fix CI builds
2 parents d353f0d + bf72770 commit 71b871f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/generate_dockerfiles.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ 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!=1.16.0" paramiko
94-
pandas psutil scikit-learn scipy traits=4.6.0' \
93+
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
94+
pandas psutil scikit-learn scipy traits' \
9595
pip_install="pytest-xdist" \
9696
activate=true \
9797
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \

0 commit comments

Comments
 (0)