Update packages in scipy-notebook

This commit is contained in:
Peter Parente
2019-03-07 20:33:31 -05:00
parent 29a003bb30
commit 313ceb794c

View File

@@ -20,28 +20,28 @@ USER $NB_UID
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'conda-forge::blas=*=openblas' \ 'conda-forge::blas=*=openblas' \
'ipywidgets=7.4*' \ 'ipywidgets=7.4*' \
'pandas=0.23*' \ 'pandas=0.24*' \
'numexpr=2.6*' \ 'numexpr=2.6*' \
'matplotlib=2.2*' \ 'matplotlib=3.3*' \
'scipy=1.1*' \ 'scipy=1.2*' \
'seaborn=0.9*' \ 'seaborn=0.9*' \
'scikit-learn=0.20*' \ 'scikit-learn=0.20*' \
'scikit-image=0.14*' \ 'scikit-image=0.14*' \
'sympy=1.1*' \ 'sympy=1.3*' \
'cython=0.28*' \ 'cython=0.29*' \
'patsy=0.5*' \ 'patsy=0.5*' \
'statsmodels=0.9*' \ 'statsmodels=0.9*' \
'cloudpickle=0.5*' \ 'cloudpickle=0.8*' \
'dill=0.2*' \ 'dill=0.2*' \
'dask=1.1.*' \ 'dask=1.1.*' \
'numba=0.38*' \ 'numba=0.42*' \
'bokeh=0.13*' \ 'bokeh=1.0*' \
'sqlalchemy=1.2*' \ 'sqlalchemy=1.3*' \
'hdf5=1.10*' \ 'hdf5=1.10*' \
'h5py=2.7*' \ 'h5py=2.9*' \
'vincent=0.4.*' \ 'vincent=0.4.*' \
'beautifulsoup4=4.6.*' \ 'beautifulsoup4=4.7.*' \
'protobuf=3.*' \ 'protobuf=3.7.*' \
'xlrd' && \ 'xlrd' && \
conda remove --quiet --yes --force qt pyqt && \ conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy && \ conda clean -tipsy && \