QuantEcon / sphinxcontrib-jupyter

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

Remove early version requirements for dask #328

Closed mmcky closed 4 years ago

mmcky commented 4 years ago

This PR removes the early version restrictions for dask in the setup.py due to https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/314/files

mmcky commented 4 years ago

@AakashGfude do you remember why we pinned the dask version here when we added code to cater for different dask versions for the time_tuple

AakashGfude commented 4 years ago

@mmcky probably that was an easy fix in our minds before we could figure out all the syntax changes we need in the newer version. All is working now?

AakashGfude commented 4 years ago

@mmcky working good on my end

mmcky commented 4 years ago

thanks @AakashGfude