Skip to content

Commit da38462

Browse files
authored
Fix #1871
For some reason Py3.6.4 fails to install dash without explicitly pinning importlib-metadata. Hopefully this will help!
1 parent 31dab22 commit da38462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requires-install.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ plotly>=5.0.0
44
dash_html_components==2.0.0
55
dash_core_components==2.0.0
66
dash_table==5.0.0
7+
importlib-metadata==4.8.3;python_version<"3.7"

0 commit comments

Comments
 (0)