Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Pins version of scikit-learn for python2 due to drop in support (#14928
Browse files Browse the repository at this point in the history
…) (#14929)
  • Loading branch information
perdasilva authored and marcoabreu committed May 10, 2019
1 parent b9ea0fa commit 6feadf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/docker/install/ubuntu_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
set -ex
apt-get update || true
apt-get install graphviz python-opencv
pip2 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm mxboard
pip3 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm mxboard

# sckit-learn past version 0.20 does not support python version 2 and 3.4
pip2 install jupyter matplotlib Pillow opencv-python "scikit-learn<0.21.0" graphviz tqdm mxboard scipy
pip3 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm mxboard scipy

0 comments on commit 6feadf4

Please sign in to comment.