From 163f86cf573f4096241548a88a8c0782e44f2fd7 Mon Sep 17 00:00:00 2001 From: romainx Date: Thu, 27 Feb 2020 22:57:46 +0100 Subject: [PATCH] Bump scipy-notebook --- scipy-notebook/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 3a5c348a..e1b0bbab 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -19,9 +19,9 @@ RUN conda install --quiet --yes \ 'beautifulsoup4=4.8.*' \ 'conda-forge::blas=*=openblas' \ 'bokeh=1.4.*' \ - 'cloudpickle=1.2.*' \ + 'cloudpickle=1.3.*' \ 'cython=0.29.*' \ - 'dask=2.9.*' \ + 'dask=2.11.*' \ 'dill=0.3.*' \ 'h5py=2.10.*' \ 'hdf5=1.10.*' \ @@ -29,13 +29,13 @@ RUN conda install --quiet --yes \ 'matplotlib-base=3.1.*' \ 'numba=0.48.*' \ 'numexpr=2.7.*' \ - 'pandas=0.25.*' \ + 'pandas=1.0.*' \ 'patsy=0.5.*' \ 'protobuf=3.11.*' \ 'scikit-image=0.16.*' \ 'scikit-learn=0.22.*' \ 'scipy=1.4.*' \ - 'seaborn=0.9.*' \ + 'seaborn=0.10.*' \ 'sqlalchemy=1.3.*' \ 'statsmodels=0.11.*' \ 'sympy=1.5.*' \