Skip to content

Commit 678ada7

Browse files
authored
Merge pull request #1030 from romainx/scipy_update
Bump scipy-notebook
2 parents 94fdd01 + 55d22d8 commit 678ada7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scipy-notebook/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ RUN conda install --quiet --yes \
1919
'beautifulsoup4=4.8.*' \
2020
'conda-forge::blas=*=openblas' \
2121
'bokeh=1.4.*' \
22-
'cloudpickle=1.2.*' \
22+
'cloudpickle=1.3.*' \
2323
'cython=0.29.*' \
24-
'dask=2.9.*' \
24+
'dask=2.11.*' \
2525
'dill=0.3.*' \
2626
'h5py=2.10.*' \
2727
'hdf5=1.10.*' \
2828
'ipywidgets=7.5.*' \
2929
'matplotlib-base=3.1.*' \
3030
'numba=0.48.*' \
3131
'numexpr=2.7.*' \
32-
'pandas=0.25.*' \
32+
'pandas=1.0.*' \
3333
'patsy=0.5.*' \
3434
'protobuf=3.11.*' \
3535
'scikit-image=0.16.*' \
3636
'scikit-learn=0.22.*' \
3737
'scipy=1.4.*' \
38-
'seaborn=0.9.*' \
38+
'seaborn=0.10.*' \
3939
'sqlalchemy=1.3.*' \
4040
'statsmodels=0.11.*' \
4141
'sympy=1.5.*' \

0 commit comments

Comments
 (0)