Skip to content

Commit 1458b20

Browse files
committed
Pin Bokeh <3.7.0
1 parent 39e5d75 commit 1458b20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ BioPython = "*"
3737
scikit-allel = ">=1.3.13"
3838
xarray = "*"
3939
plotly = "*"
40-
# Bokeh 3.7.0 causes type checking issues.
40+
# Bokeh 3.7.x causes type checking issues.
4141
# https://github.com/bokeh/bokeh/issues/14412
4242
# https://github.com/malariagen/malariagen-data-python/issues/734
43-
bokeh = "!=3.7.0"
43+
bokeh = "<3.7.0"
4444
statsmodels = "*"
4545
ipyleaflet = ">=0.17.0"
4646
ipywidgets = "*"
@@ -55,7 +55,7 @@ tqdm = "*"
5555
# ensure support for dash in jupyter notebooks
5656
# https://dash.plotly.com/dash-in-jupyter
5757
# Dash 3.0.0 causes type checking issues.
58-
# https://github.com/plotly/dash/issues/3226
58+
# https://github.com/plotly/dash/issues/3226
5959
dash = "<3.0.0"
6060
# constrain minimum version to accelerate solve
6161
dash-cytoscape = ">=1.0.0"

0 commit comments

Comments
 (0)