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*' \