From 313ceb794c1f4820ea4cac5df55ff1de959affcb Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Thu, 7 Mar 2019 20:33:31 -0500 Subject: [PATCH] Update packages in scipy-notebook --- scipy-notebook/Dockerfile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index ab1c8f15..72ee94fa 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -20,28 +20,28 @@ USER $NB_UID RUN conda install --quiet --yes \ 'conda-forge::blas=*=openblas' \ 'ipywidgets=7.4*' \ - 'pandas=0.23*' \ + 'pandas=0.24*' \ 'numexpr=2.6*' \ - 'matplotlib=2.2*' \ - 'scipy=1.1*' \ + 'matplotlib=3.3*' \ + 'scipy=1.2*' \ 'seaborn=0.9*' \ 'scikit-learn=0.20*' \ 'scikit-image=0.14*' \ - 'sympy=1.1*' \ - 'cython=0.28*' \ + 'sympy=1.3*' \ + 'cython=0.29*' \ 'patsy=0.5*' \ 'statsmodels=0.9*' \ - 'cloudpickle=0.5*' \ + 'cloudpickle=0.8*' \ 'dill=0.2*' \ 'dask=1.1.*' \ - 'numba=0.38*' \ - 'bokeh=0.13*' \ - 'sqlalchemy=1.2*' \ + 'numba=0.42*' \ + 'bokeh=1.0*' \ + 'sqlalchemy=1.3*' \ 'hdf5=1.10*' \ - 'h5py=2.7*' \ + 'h5py=2.9*' \ 'vincent=0.4.*' \ - 'beautifulsoup4=4.6.*' \ - 'protobuf=3.*' \ + 'beautifulsoup4=4.7.*' \ + 'protobuf=3.7.*' \ 'xlrd' && \ conda remove --quiet --yes --force qt pyqt && \ conda clean -tipsy && \