Merge pull request #982 from flixr/update-dask

scipy-notebook: update dask and h5py
This commit is contained in:
Peter Parente
2020-01-19 23:38:31 -05:00
committed by GitHub

View File

@@ -21,9 +21,9 @@ RUN conda install --quiet --yes \
'bokeh=1.3*' \ 'bokeh=1.3*' \
'cloudpickle=1.2*' \ 'cloudpickle=1.2*' \
'cython=0.29*' \ 'cython=0.29*' \
'dask=2.2.*' \ 'dask=2.9.*' \
'dill=0.3*' \ 'dill=0.3*' \
'h5py=2.9*' \ 'h5py=2.10*' \
'hdf5=1.10*' \ 'hdf5=1.10*' \
'ipywidgets=7.5*' \ 'ipywidgets=7.5*' \
'matplotlib-base=3.1.*' \ 'matplotlib-base=3.1.*' \