From 211d491c689e4a516560ca743668697075ac9ecf Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Fri, 10 May 2019 10:32:51 +0200 Subject: [PATCH] Pins version of scikit-learn for python2 due to drop in support --- ci/docker/install/ubuntu_tutorials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/install/ubuntu_tutorials.sh b/ci/docker/install/ubuntu_tutorials.sh index 60adf46e6d8a..a8bef3ea4f4c 100755 --- a/ci/docker/install/ubuntu_tutorials.sh +++ b/ci/docker/install/ubuntu_tutorials.sh @@ -23,5 +23,5 @@ set -ex apt-get update || true apt-get install graphviz python-opencv -pip2 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm mxboard scipy +pip2 install jupyter matplotlib Pillow opencv-python scikit-learn==0.20.0 graphviz tqdm mxboard scipy pip3 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm mxboard scipy