Skip to content

Commit 0573bc1

Browse files
authored
Merge pull request #982 from flixr/update-dask
scipy-notebook: update dask and h5py
2 parents 4011ed5 + 75543fe commit 0573bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scipy-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ RUN conda install --quiet --yes \
2121
'bokeh=1.3*' \
2222
'cloudpickle=1.2*' \
2323
'cython=0.29*' \
24-
'dask=2.2.*' \
24+
'dask=2.9.*' \
2525
'dill=0.3*' \
26-
'h5py=2.9*' \
26+
'h5py=2.10*' \
2727
'hdf5=1.10*' \
2828
'ipywidgets=7.5*' \
2929
'matplotlib-base=3.1.*' \

0 commit comments

Comments
 (0)