From 0e717a6a198968e3096e242f9b32a678a12c9c90 Mon Sep 17 00:00:00 2001 From: Jorge Valhondo Rama Date: Tue, 17 Jan 2017 12:41:13 +0100 Subject: [PATCH] update scikit-learn to latest release (v0.18*) Enhancement --- scipy-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index bebd1ae7..f4c006ab 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -25,7 +25,7 @@ RUN conda install --quiet --yes \ 'matplotlib=1.5*' \ 'scipy=0.17*' \ 'seaborn=0.7*' \ - 'scikit-learn=0.17*' \ + 'scikit-learn=0.18*' \ 'scikit-image=0.11*' \ 'sympy=1.0*' \ 'cython=0.23*' \