From 75543fe76de9fa38c302adc576122395a0cecb79 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Sun, 5 Jan 2020 11:42:45 +0100 Subject: [PATCH] scipy-notebook: update dask and h5py --- scipy-notebook/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index a68d55d4..f742ac2c 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -21,9 +21,9 @@ RUN conda install --quiet --yes \ 'bokeh=1.3*' \ 'cloudpickle=1.2*' \ 'cython=0.29*' \ - 'dask=2.2.*' \ + 'dask=2.9.*' \ 'dill=0.3*' \ - 'h5py=2.9*' \ + 'h5py=2.10*' \ 'hdf5=1.10*' \ 'ipywidgets=7.5*' \ 'matplotlib-base=3.1.*' \