Skip to content

Commit

Permalink
Merge pull request #822 from parente/version-updates
Browse files Browse the repository at this point in the history
Update packages in scipy-notebook
  • Loading branch information
parente committed Mar 8, 2019
2 parents 29a003b + a772c9a commit 6fb3eca
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@ USER $NB_UID
RUN conda install --quiet --yes \
'conda-forge::blas=*=openblas' \
'ipywidgets=7.4*' \
'pandas=0.23*' \
'pandas=0.24*' \
'numexpr=2.6*' \
'matplotlib=2.2*' \
'scipy=1.1*' \
'matplotlib=3.0*' \
'scipy=1.2*' \
'seaborn=0.9*' \
'scikit-learn=0.20*' \
'scikit-image=0.14*' \
'sympy=1.1*' \
'cython=0.28*' \
'sympy=1.3*' \
'cython=0.29*' \
'patsy=0.5*' \
'statsmodels=0.9*' \
'cloudpickle=0.5*' \
'cloudpickle=0.8*' \
'dill=0.2*' \
'dask=1.1.*' \
'numba=0.38*' \
'bokeh=0.13*' \
'sqlalchemy=1.2*' \
'numba=0.42*' \
'bokeh=1.0*' \
'sqlalchemy=1.3*' \
'hdf5=1.10*' \
'h5py=2.7*' \
'h5py=2.9*' \
'vincent=0.4.*' \
'beautifulsoup4=4.6.*' \
'protobuf=3.*' \
'beautifulsoup4=4.7.*' \
'protobuf=3.7.*' \
'xlrd' && \
conda remove --quiet --yes --force qt pyqt && \
conda clean -tipsy && \
Expand Down

0 comments on commit 6fb3eca

Please sign in to comment.