From 0b95fd35ff23b8c5504340967d1b1991d91c93fa Mon Sep 17 00:00:00 2001 From: Humza M Shaheen Date: Thu, 19 Jul 2018 11:28:55 +0100 Subject: [PATCH] Update version of seaborn to 0.9.X --- scipy-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index f429d072..f680c78c 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -24,7 +24,7 @@ RUN conda install --quiet --yes \ 'numexpr=2.6*' \ 'matplotlib=2.2*' \ 'scipy=1.1*' \ - 'seaborn=0.8*' \ + 'seaborn=0.9*' \ 'scikit-learn=0.19*' \ 'scikit-image=0.14*' \ 'sympy=1.1*' \