QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
74 stars 23 forks source link

Fixing versions of dask to prevent code syntax issues #314

Closed AakashGfude closed 4 years ago

AakashGfude commented 4 years ago

Dask less then 2.10 uses a different data structure for startstops in get_task_stream then the newer version.

mmcky commented 4 years ago

@AakashGfude I am going to merge this as it is starting to impact on travis etc.