On Fri, 2017-04-21 at 23:08 +0100, Ghislain Antony Vaillant wrote: > Package: src:dask > Severity: wishlist > > Dear Maintainer, > > A new version of Dask is out (0.14.1) and is required for the latest > version of src:python-xarray. Please consider updating the packaging. > > Thanks, > Ghis
I'm looking into it. Dask 1.14's tests throws a few errors with distributed 1.14, and the setup.py declares a dependency on distributed 1.16. I think I need a breaks or conflicts in the dask 1.14 packaging against the older dask.distributed package. I discovered dask.distributed added a dependency on a package not in Debian "sortedcollections" so I'll need to add that Also while I was trying to build dask.distributed I saw a few tests that wanted network access, which will require some examination. Diane