You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the benefits of our in-house multiprocessing scheduler is that it has no external library dependency.
However, we do currently make use of some utilities from dask which makes dask a non-optional dependency to dagrunner right now.
Ideally we would make dask, ray or any future library for additional scheduler capability optional.
The text was updated successfully, but these errors were encountered:
One of the benefits of our in-house multiprocessing scheduler is that it has no external library dependency.
However, we do currently make use of some utilities from dask which makes dask a non-optional dependency to dagrunner right now.
Ideally we would make dask, ray or any future library for additional scheduler capability optional.
The text was updated successfully, but these errors were encountered: