From a772c9ab6bbd88610410ae070b49e314235db55f Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Thu, 7 Mar 2019 21:09:54 -0500 Subject: [PATCH] Fix matplotlib version typo Getting ahead of myself here ... --- scipy-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 72ee94fa..8756743a 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -22,7 +22,7 @@ RUN conda install --quiet --yes \ 'ipywidgets=7.4*' \ 'pandas=0.24*' \ 'numexpr=2.6*' \ - 'matplotlib=3.3*' \ + 'matplotlib=3.0*' \ 'scipy=1.2*' \ 'seaborn=0.9*' \ 'scikit-learn=0.20*' \