From 43de151ab59f89d102d23ecc2ac6605b8b914eed Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 18 May 2026 15:06:56 +0200 Subject: [PATCH] Update to bokeh/3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f682dd..d19728c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "numpy", "scipy", "h5py", - "bokeh ~=3.8", + "bokeh ~=3.9", "numba", "lmfit >=1.0.2", ]