-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I'm getting this warning when the server starts:
.../site-packages/dash_bootstrap_components/_table.py:5: UserWarning:
The dash_html_components package is deprecated. Please replace
`import dash_html_components as html` with `from dash import html`
import dash_html_components as html
This happens since Dash 2.0.
Manually updating dash_bootstrap_components to the latest version (1.2.1) removes the warning and seems to have no other effects (but I could easily be missing something).
What is the reason for explicitly capping the version to "<1" in setup.py?
Actually, I cannot find any usages of dash_bootstrap_components in the source, so I'm tempted to start yelling to TEAR THIS DEPENDENCY OUT WHAT'S IT DOING HERE AAAAAA!!!!11... but then... I suspect I am probably missing a more subtle reason for this dependency, aren't I? >:]
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested