File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ BioPython = "*"
37
37
scikit-allel = " >=1.3.13"
38
38
xarray = " *"
39
39
plotly = " *"
40
- # Bokeh 3.7.0 causes type checking issues.
40
+ # Bokeh 3.7.x causes type checking issues.
41
41
# https://github.com/bokeh/bokeh/issues/14412
42
42
# https://github.com/malariagen/malariagen-data-python/issues/734
43
- bokeh = " != 3.7.0"
43
+ bokeh = " < 3.7.0"
44
44
statsmodels = " *"
45
45
ipyleaflet = " >=0.17.0"
46
46
ipywidgets = " *"
@@ -55,7 +55,7 @@ tqdm = "*"
55
55
# ensure support for dash in jupyter notebooks
56
56
# https://dash.plotly.com/dash-in-jupyter
57
57
# Dash 3.0.0 causes type checking issues.
58
- # https://github.com/plotly/dash/issues/3226
58
+ # https://github.com/plotly/dash/issues/3226
59
59
dash = " <3.0.0"
60
60
# constrain minimum version to accelerate solve
61
61
dash-cytoscape = " >=1.0.0"
You can’t perform that action at this time.
0 commit comments