Commit 16e6d72c authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #452 from parente/bump-ipywidgets

Update ipywidgets to 7.0.x
parents cf625823 5145670d
...@@ -19,7 +19,7 @@ USER $NB_USER ...@@ -19,7 +19,7 @@ USER $NB_USER
# use notebook-friendly backends in these images # use notebook-friendly backends in these images
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'nomkl' \ 'nomkl' \
'ipywidgets=6.0*' \ 'ipywidgets=7.0*' \
'pandas=0.19*' \ 'pandas=0.19*' \
'numexpr=2.6*' \ 'numexpr=2.6*' \
'matplotlib=2.0*' \ 'matplotlib=2.0*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment