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 \
'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 && \