From 2758c5acea8d16800ac50c0b15cd5aa7ebefe700 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Wed, 24 Jul 2019 19:03:35 -0700 Subject: [PATCH] [CI] Fix broken installation of Pandas (#4704) --- tests/ci_build/Dockerfile.cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_build/Dockerfile.cpu b/tests/ci_build/Dockerfile.cpu index 3101e0c88..0aa29a111 100644 --- a/tests/ci_build/Dockerfile.cpu +++ b/tests/ci_build/Dockerfile.cpu @@ -24,7 +24,7 @@ RUN \ pip install pyyaml cpplint pylint astroid sphinx numpy scipy pandas matplotlib sh recommonmark guzzle_sphinx_theme mock \ breathe matplotlib graphviz pytest scikit-learn wheel kubernetes urllib3 && \ pip install https://h2o-release.s3.amazonaws.com/datatable/stable/datatable-0.7.0/datatable-0.7.0-cp37-cp37m-linux_x86_64.whl && \ - conda install dask=2.0.0 + pip install "dask[complete]==2.0.0" # Install lightweight sudo (not bound to TTY) RUN set -ex; \