From 6c3bb8ba2fbee51a2372a456097a9b735e31d20a Mon Sep 17 00:00:00 2001 From: Barbara Bertozzi Date: Mon, 4 Aug 2025 09:52:13 +0200 Subject: [PATCH] chore: add dask[distributed] and dask-jobqueue to project dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c4ca86e..96d1f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,8 @@ dependencies = [ "scipy>=1.11", "matplotlib>=3.8", "seaborn>=0.13", + "dask[distributed]", + "dask-jobqueue", # add others as you discover they’re imported at top level ]