Skip to content

Commit d7ee339

Browse files
committed
Updated pyproject.toml and poetry.lock to Dash <3.0.0
1 parent 0f9f465 commit d7ee339

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ igv-notebook = ">=0.2.3"
5454
tqdm = "*"
5555
# ensure support for dash in jupyter notebooks
5656
# https://dash.plotly.com/dash-in-jupyter
57-
dash = "*"
57+
# Dash 3.0.0 causes type checking issues.
58+
# https://github.com/plotly/dash/issues/3226
59+
dash = "<3.0.0"
5860
# constrain minimum version to accelerate solve
5961
dash-cytoscape = ">=1.0.0"
6062
numpydoc_decorator = ">=2.1.0"

0 commit comments

Comments
 (0)