From 1b4401f39c7c283824af9cd3fff5232998c08152 Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Tue, 31 Jan 2023 23:18:46 +0000 Subject: [PATCH] pin bokeh below 3.0 (#329) --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc6cb5141..e9b8c04c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,9 @@ scikit-allel = "*" xarray = "*" numba = "*" plotly = "*" -bokeh = "*" +# https://github.com/bokeh/bokeh/issues/12614 +# bokeh 3.0 has a problem with stretch sizing modes +bokeh = "<3.0" statsmodels = "*" # 0.17.0 appears to be broken on colab ipyleaflet = ">0.17.0"