Skip to content

Commit a8f15a2

Browse files
committed
adapt for new-ish version of dash
which include `dash_renderer` onto the "main" `dash` module
1 parent a791cbc commit a8f15a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gen_resources/Sources.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
repo = "plotly/DashCoreResources"
33
[dash]
44
url = "https://github.com/plotly/dash.git"
5-
tag = "v2.0.0"
5+
tag = "v2.10.2"
66
[dash_renderer]
7-
module = "dash_renderer"
7+
module = "dash._dash_renderer"
88
resources_path = "."
99
[components]
1010
[components.dash_html_components]

0 commit comments

Comments
 (0)