Commit 45143419 authored by Peter Parente's avatar Peter Parente

Update scipy-notebook packages

parent 5fa2aaa3
......@@ -19,27 +19,27 @@ USER $NB_UID
# use notebook-friendly backends in these images
RUN conda install --quiet --yes \
'blas=*=openblas' \
'ipywidgets=7.1*' \
'pandas=0.19*' \
'ipywidgets=7.2*' \
'pandas=0.22*' \
'numexpr=2.6*' \
'matplotlib=2.0*' \
'scipy=0.19*' \
'seaborn=0.7*' \
'matplotlib=2.1*' \
'scipy=1.0*' \
'seaborn=0.8*' \
'scikit-learn=0.19*' \
'scikit-image=0.13*' \
'sympy=1.0*' \
'cython=0.25*' \
'patsy=0.4*' \
'sympy=1.1*' \
'cython=0.28*' \
'patsy=0.5*' \
'statsmodels=0.8*' \
'cloudpickle=0.2*' \
'cloudpickle=0.5*' \
'dill=0.2*' \
'numba=0.31*' \
'numba=0.38*' \
'bokeh=0.12*' \
'sqlalchemy=1.1*' \
'hdf5=1.8.17' \
'h5py=2.6*' \
'sqlalchemy=1.2*' \
'hdf5=1.10*' \
'h5py=2.7*' \
'vincent=0.4.*' \
'beautifulsoup4=4.5.*' \
'beautifulsoup4=4.6.*' \
'protobuf=3.*' \
'xlrd' && \
conda remove --quiet --yes --force qt pyqt && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment