From 71d8ceb7475cd3f2f42cbaedfa62b5188577d0e2 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 13 Mar 2017 14:09:26 +0100 Subject: [PATCH] Bumpy Python 2.7 packages too --- scipy-notebook/Dockerfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 4f5c4387..be3fdc28 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -52,26 +52,26 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix # use notebook-friendly backends in these images RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ 'nomkl' \ - 'ipython=4.2*' \ - 'ipywidgets=5.2*' \ + 'ipython=5.3*' \ + 'ipywidgets=6.0*' \ 'pandas=0.19*' \ 'numexpr=2.6*' \ 'matplotlib=1.5*' \ - 'scipy=0.17*' \ + 'scipy=0.19*' \ 'seaborn=0.7*' \ - 'scikit-learn=0.17*' \ - 'scikit-image=0.11*' \ + 'scikit-learn=0.18*' \ + 'scikit-image=0.12*' \ 'sympy=1.0*' \ - 'cython=0.23*' \ + 'cython=0.25*' \ 'patsy=0.4*' \ - 'statsmodels=0.6*' \ - 'cloudpickle=0.1*' \ + 'statsmodels=0.8*' \ + 'cloudpickle=0.2*' \ 'dill=0.2*' \ - 'numba=0.23*' \ + 'numba=0.31*' \ 'bokeh=0.12*' \ 'hdf5=1.8.17' \ 'h5py=2.6*' \ - 'sqlalchemy=1.0*' \ + 'sqlalchemy=1.1*' \ 'pyzmq' \ 'vincent=0.4.*' \ 'beautifulsoup4=4.5.*' \