Skip to content

Commit

Permalink
Merge pull request #1127 from mathbunnyru/asalikhov/update_packages
Browse files Browse the repository at this point in the history
Update scipy-notebook packages
  • Loading branch information
parente authored Jul 30, 2020
2 parents b90cce8 + 2adaaef commit acb5399
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ USER $NB_UID
RUN conda install --quiet --yes \
'beautifulsoup4=4.9.*' \
'conda-forge::blas=*=openblas' \
'bokeh=2.0.*' \
'bokeh=2.1.*' \
'bottleneck=1.3.*' \
'cloudpickle=1.4.*' \
'cloudpickle=1.5.*' \
'cython=0.29.*' \
'dask=2.15.*' \
'dask=2.20.*' \
'dill=0.3.*' \
'h5py=2.10.*' \
'hdf5=1.10.*' \
Expand All @@ -34,15 +34,15 @@ RUN conda install --quiet --yes \
'numexpr=2.7.*' \
'pandas=1.0.*' \
'patsy=0.5.*' \
'protobuf=3.11.*' \
'protobuf=3.12.*' \
'pytables=3.6.*' \
'scikit-image=0.16.*' \
'scikit-image=0.17.*' \
'scikit-learn=0.23.*' \
'scipy=1.4.*' \
'scipy=1.5.*' \
'seaborn=0.10.*' \
'sqlalchemy=1.3.*' \
'statsmodels=0.11.*' \
'sympy=1.5.*' \
'sympy=1.6.*' \
'vincent=0.4.*' \
'widgetsnbextension=3.5.*'\
'xlrd=1.2.*' \
Expand Down

0 comments on commit acb5399

Please sign in to comment.