Switch from dask to dask-core - #751
Conversation
Co-authored-by: xylar <4179064+xylar@users.noreply.github.com>
|
@copilot, it also appears that jinja2 is a missing requirement. This one needs to be added in all 3 modified files and also pyproject.toml. pyyaml is a test-only dependency. Can you make sure it's taken care of where needed? |
…ecipe.yaml Co-authored-by: xylar <4179064+xylar@users.noreply.github.com>
Done in the latest commit. |
The full
daskpackage pulls in unnecessary extras (distributed, bokeh, etc.).dask-coreprovides the core functionality that MPAS-Tools actually needs.Changes
dev-spec.txt,pixi.toml,recipe/recipe.yaml: Replacedaskwithdask-core(the lightweight conda package)pyproject.toml: Retaindask— PyPI does not have a separatedask-corepackage; the split only exists in the conda ecosystem