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 ]