chore: add dask[distributed] and dask-jobqueue to project dependencies

This commit is contained in:
2025-08-04 09:52:13 +02:00
parent a1595b1e86
commit 6c3bb8ba2f

View File

@@ -11,6 +11,8 @@ dependencies = [
"scipy>=1.11",
"matplotlib>=3.8",
"seaborn>=0.13",
"dask[distributed]",
"dask-jobqueue",
# add others as you discover theyre imported at top level
]