Skip to content

Commit acb5399

Browse files
authored
Merge pull request #1127 from mathbunnyru/asalikhov/update_packages
Update scipy-notebook packages
2 parents b90cce8 + 2adaaef commit acb5399

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scipy-notebook/Dockerfile

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ USER $NB_UID
1818
RUN conda install --quiet --yes \
1919
'beautifulsoup4=4.9.*' \
2020
'conda-forge::blas=*=openblas' \
21-
'bokeh=2.0.*' \
21+
'bokeh=2.1.*' \
2222
'bottleneck=1.3.*' \
23-
'cloudpickle=1.4.*' \
23+
'cloudpickle=1.5.*' \
2424
'cython=0.29.*' \
25-
'dask=2.15.*' \
25+
'dask=2.20.*' \
2626
'dill=0.3.*' \
2727
'h5py=2.10.*' \
2828
'hdf5=1.10.*' \
@@ -34,15 +34,15 @@ RUN conda install --quiet --yes \
3434
'numexpr=2.7.*' \
3535
'pandas=1.0.*' \
3636
'patsy=0.5.*' \
37-
'protobuf=3.11.*' \
37+
'protobuf=3.12.*' \
3838
'pytables=3.6.*' \
39-
'scikit-image=0.16.*' \
39+
'scikit-image=0.17.*' \
4040
'scikit-learn=0.23.*' \
41-
'scipy=1.4.*' \
41+
'scipy=1.5.*' \
4242
'seaborn=0.10.*' \
4343
'sqlalchemy=1.3.*' \
4444
'statsmodels=0.11.*' \
45-
'sympy=1.5.*' \
45+
'sympy=1.6.*' \
4646
'vincent=0.4.*' \
4747
'widgetsnbextension=3.5.*'\
4848
'xlrd=1.2.*' \

0 commit comments

Comments
 (0)