mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Update all scipy-notebook package versions
- New versions found with conda --upgrade
This commit is contained in:
@@ -18,28 +18,28 @@ USER $NB_UID
|
|||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'conda-forge::blas=*=openblas' \
|
'conda-forge::blas=*=openblas' \
|
||||||
'ipywidgets=7.5*' \
|
'ipywidgets=7.5*' \
|
||||||
'pandas=0.24*' \
|
'pandas=0.25*' \
|
||||||
'numexpr=2.6*' \
|
'numexpr=2.6*' \
|
||||||
'matplotlib-base=3.1.*' \
|
'matplotlib-base=3.1.*' \
|
||||||
'scipy=1.2*' \
|
'scipy=1.3*' \
|
||||||
'seaborn=0.9*' \
|
'seaborn=0.9*' \
|
||||||
'scikit-learn=0.20*' \
|
'scikit-learn=0.21*' \
|
||||||
'scikit-image=0.14*' \
|
'scikit-image=0.15*' \
|
||||||
'sympy=1.3*' \
|
'sympy=1.4*' \
|
||||||
'cython=0.29*' \
|
'cython=0.29*' \
|
||||||
'patsy=0.5*' \
|
'patsy=0.5*' \
|
||||||
'statsmodels=0.9*' \
|
'statsmodels=0.10*' \
|
||||||
'cloudpickle=0.8*' \
|
'cloudpickle=1.2*' \
|
||||||
'dill=0.2*' \
|
'dill=0.3*' \
|
||||||
'dask=1.1.*' \
|
'dask=2.2.*' \
|
||||||
'numba=0.42*' \
|
'numba=0.45*' \
|
||||||
'bokeh=1.0*' \
|
'bokeh=1.3*' \
|
||||||
'sqlalchemy=1.3*' \
|
'sqlalchemy=1.3*' \
|
||||||
'hdf5=1.10*' \
|
'hdf5=1.10*' \
|
||||||
'h5py=2.9*' \
|
'h5py=2.9*' \
|
||||||
'vincent=0.4.*' \
|
'vincent=0.4.*' \
|
||||||
'beautifulsoup4=4.7.*' \
|
'beautifulsoup4=4.8.*' \
|
||||||
'protobuf=3.7.*' \
|
'protobuf=3.9.*' \
|
||||||
'xlrd' && \
|
'xlrd' && \
|
||||||
conda clean --all -f -y && \
|
conda clean --all -f -y && \
|
||||||
# Activate ipywidgets extension in the environment that runs the notebook server
|
# Activate ipywidgets extension in the environment that runs the notebook server
|
||||||
|
Reference in New Issue
Block a user