From 496a6e1242e2619dee5200c910098f53ecf9c88a Mon Sep 17 00:00:00 2001 From: Michael Poplavski Date: Wed, 6 Jul 2016 16:27:07 -0500 Subject: [PATCH] update pandas version to 0.18* --- scipy-notebook/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index b56dfcb1..069d60bf 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -17,7 +17,7 @@ USER $NB_USER # Install Python 3 packages RUN conda install --quiet --yes \ 'ipywidgets=5.1*' \ - 'pandas=0.17*' \ + 'pandas=0.18*' \ 'numexpr=2.5*' \ 'matplotlib=1.5*' \ 'scipy=0.17*' \ @@ -41,7 +41,7 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ 'ipython=4.2*' \ 'ipywidgets=5.1*' \ - 'pandas=0.17*' \ + 'pandas=0.18*' \ 'numexpr=2.5*' \ 'matplotlib=1.5*' \ 'scipy=0.17*' \