MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

MAINT: Making dask optional #35

Open cpelley opened 2 months ago

cpelley commented 2 months ago

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.