From f4d44ca0eb95d3db434ff4a60244066b294c457f Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Sat, 5 Jan 2019 20:45:33 +0100 Subject: [PATCH] scipy-notebook: update ipywidgets --- scipy-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 35669c8a..f935debb 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -19,7 +19,7 @@ USER $NB_UID # use notebook-friendly backends in these images RUN conda install --quiet --yes \ 'conda-forge::blas=*=openblas' \ - 'ipywidgets=7.2*' \ + 'ipywidgets=7.4*' \ 'pandas=0.23*' \ 'numexpr=2.6*' \ 'matplotlib=2.2*' \