Commit 7f1482f5 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #817 from jakirkham/req_dask

Require Dask 1.1 in the scipy-notebook
parents 45b8529a caf8c5c2
...@@ -33,6 +33,7 @@ RUN conda install --quiet --yes \ ...@@ -33,6 +33,7 @@ RUN conda install --quiet --yes \
'statsmodels=0.9*' \ 'statsmodels=0.9*' \
'cloudpickle=0.5*' \ 'cloudpickle=0.5*' \
'dill=0.2*' \ 'dill=0.2*' \
'dask=1.1.*' \
'numba=0.38*' \ 'numba=0.38*' \
'bokeh=0.13*' \ 'bokeh=0.13*' \
'sqlalchemy=1.2*' \ 'sqlalchemy=1.2*' \
......
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