From 78fbbfeaf80e963453b1f968142b39ca722f56e7 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Fri, 2 Aug 2019 20:26:59 +0300 Subject: [PATCH] Update all scipy-notebook package versions - New versions found with conda --upgrade --- scipy-notebook/Dockerfile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 7249e0f6..2a0ab0ee 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -18,28 +18,28 @@ USER $NB_UID RUN conda install --quiet --yes \ 'conda-forge::blas=*=openblas' \ 'ipywidgets=7.5*' \ - 'pandas=0.24*' \ + 'pandas=0.25*' \ 'numexpr=2.6*' \ 'matplotlib-base=3.1.*' \ - 'scipy=1.2*' \ + 'scipy=1.3*' \ 'seaborn=0.9*' \ - 'scikit-learn=0.20*' \ - 'scikit-image=0.14*' \ - 'sympy=1.3*' \ + 'scikit-learn=0.21*' \ + 'scikit-image=0.15*' \ + 'sympy=1.4*' \ 'cython=0.29*' \ 'patsy=0.5*' \ - 'statsmodels=0.9*' \ - 'cloudpickle=0.8*' \ - 'dill=0.2*' \ - 'dask=1.1.*' \ - 'numba=0.42*' \ - 'bokeh=1.0*' \ + 'statsmodels=0.10*' \ + 'cloudpickle=1.2*' \ + 'dill=0.3*' \ + 'dask=2.2.*' \ + 'numba=0.45*' \ + 'bokeh=1.3*' \ 'sqlalchemy=1.3*' \ 'hdf5=1.10*' \ 'h5py=2.9*' \ 'vincent=0.4.*' \ - 'beautifulsoup4=4.7.*' \ - 'protobuf=3.7.*' \ + 'beautifulsoup4=4.8.*' \ + 'protobuf=3.9.*' \ 'xlrd' && \ conda clean --all -f -y && \ # Activate ipywidgets extension in the environment that runs the notebook server