Skip to content

Commit 1f5ea2a

Browse files
committed
Install bokeh
Signed-off-by: Kevin Su <pingsutw@apache.org>
1 parent c33d374 commit 1f5ea2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/dask/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ authors = [{ name = "Kevin Su", email = "pingsutw@users.noreply.github.com" }]
77
requires-python = ">=3.10"
88
dependencies = [
99
"dask[distributed]>=2022.10.2",
10-
"flyte"
10+
"flyte",
11+
"bokeh"
1112
]
1213

1314
[build-system]

0 commit comments

Comments
 (0)