From 2ca7704b7e5bba5e7ad64a14f14172013caca574 Mon Sep 17 00:00:00 2001 From: Barbara Bertozzi Date: Mon, 4 Aug 2025 10:43:44 +0200 Subject: [PATCH] chore: add bokeh for Dask dashboard support --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 96d1f51..1899018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "seaborn>=0.13", "dask[distributed]", "dask-jobqueue", + "bokeh!=3.0.*,>=2.4.2", # add others as you discover they’re imported at top level ]