From 455babfeed03421ea0304f5296ed9c79b3dd99a5 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Fri, 10 Nov 2023 09:53:19 +0100 Subject: [PATCH] Set upper bound on bokeh to 3.2.2 (#29) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 32de436..6b7133a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ + "bokeh<=3.2.2", # Necessary until https://github.com/dask/distributed/issues/8333 is resolved "click>=8.1", "dask", "rich",