From 1d896af102ee1bebc6f48e1cbf535133c936f58a Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Thu, 21 May 2026 11:32:34 +0200 Subject: [PATCH] Pin bokeh to 3.8.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d19728c..fb3e403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "numpy", "scipy", "h5py", - "bokeh ~=3.9", + "bokeh ~=3.8.0", # https://github.com/bokeh/bokeh/issues/13859 "numba", "lmfit >=1.0.2", ]