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
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed May 10, 2019
1 parent 8dddac0 commit 211d491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/install/ubuntu_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 211d491

Please sign in to comment.