File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 11dash == 2.10.0
2- dash_bootstrap_components == 1.4.1
3- dash_iconify == 0.1.2
4- dash_mantine_components == 0.12.1
5- dash_player == 1.1.0
2+ dash-core-components == 2.0.0
3+ dash-html-components == 2.0.0
4+ dash-iconify == 0.1.2
5+ dash-mantine-components == 0.12.1
6+ dash-player == 1.1.0
7+ dash-table == 5.0.0
8+ dash-testing-stub == 0.0.2
9+ dash-tools == 1.11.1
610datasets == 2.13.1
711docopt == 0.6.2
812evaluate == 0.4.0
@@ -16,6 +20,7 @@ nltk==3.8.1
1620numpy == 1.24.3
1721pandas == 2.0.1
1822percy == 2.0.2
23+ plotly == 5.14.1
1924psutil == 5.9.5
2025pyarrow == 12.0.1
2126pytest == 7.3.2
Original file line number Diff line number Diff line change 11# Author: Shaun Hutchinson,
22# Date: 2023-06-22
3- from dash ._callback_context import context_value
4- from dash ._utils import AttributeDict
5- from dash import html , dash_table
6- import dash_mantine_components as dmc
7- from dash .testing .browser import Browser
83import pytest
94import sys
105import os
Original file line number Diff line number Diff line change 55import dash_mantine_components as dmc
66import pandas as pd
77import pytest
8- from dash .testing .application_runners import import_app
9- from dash .testing .composite import DashComposite
108import sys
119import os
1210
You can’t perform that action at this time.
0 commit comments