From e53b288e6e0f118d89c852e912ce7c645e4831e9 Mon Sep 17 00:00:00 2001 From: Justin Tyberg Date: Fri, 4 Dec 2015 17:39:53 -0500 Subject: [PATCH] Bump to pandas 0.17. (c) Copyright IBM Corp. 2015 --- all-spark-notebook/Dockerfile | 8 ++++---- datascience-notebook/Dockerfile | 8 ++++---- pyspark-notebook/Dockerfile | 8 ++++---- scipy-notebook/Dockerfile | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/all-spark-notebook/Dockerfile b/all-spark-notebook/Dockerfile index 0dc1b20f..b5b2b9d5 100644 --- a/all-spark-notebook/Dockerfile +++ b/all-spark-notebook/Dockerfile @@ -63,9 +63,9 @@ USER jovyan # Install Python 3 packages RUN conda install --yes \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ && conda clean -yt @@ -74,9 +74,9 @@ RUN conda install --yes \ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \ 'ipython=4.0*' \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ pyzmq \ diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index d0fbae71..1895ca84 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -23,9 +23,9 @@ USER jovyan # Install Python 3 packages RUN conda install --yes \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ 'scikit-image=0.11*' \ @@ -43,9 +43,9 @@ RUN conda install --yes \ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \ 'ipython=4.0*' \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ 'scikit-image=0.11*' \ diff --git a/pyspark-notebook/Dockerfile b/pyspark-notebook/Dockerfile index 0eb777bc..68471328 100644 --- a/pyspark-notebook/Dockerfile +++ b/pyspark-notebook/Dockerfile @@ -32,9 +32,9 @@ USER jovyan # Install Python 3 packages RUN conda install --yes \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ && conda clean -yt @@ -43,9 +43,9 @@ RUN conda install --yes \ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \ 'ipython=4.0*' \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ pyzmq \ diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index c177105f..9dfde22b 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -8,9 +8,9 @@ USER jovyan # Install Python 3 packages RUN conda install --yes \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ 'scikit-image=0.11*' \ @@ -28,9 +28,9 @@ RUN conda install --yes \ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \ 'ipython=4.0*' \ 'ipywidgets=4.0*' \ - 'pandas=0.16*' \ + 'pandas=0.17*' \ 'matplotlib=1.4*' \ - 'scipy=0.15*' \ + 'scipy=0.16*' \ 'seaborn=0.6*' \ 'scikit-learn=0.16*' \ 'scikit-image=0.11*' \