-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakeWarning.txt
16 lines (15 loc) · 953 Bytes
/
makeWarning.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/home/hanany/anaconda3/envs/api/lib/python3.8/site-packages/makeprediction/quasigp.py:52: UserWarning:
The dash_core_components package is deprecated. Please replace
`import dash_core_components as dcc` with `from dash import dcc`
import dash_core_components as dcc
/home/hanany/anaconda3/envs/api/lib/python3.8/site-packages/makeprediction/quasigp.py:53: 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
/home/hanany/anaconda3/envs/api/lib/python3.8/site-packages/makeprediction/quasigp.py:56: UserWarning:
The dash_table package is deprecated. Please replace
`import dash_table` with `from dash import dash_table`
Also, if you're using any of the table format helpers (e.g. Group), replace
`from dash_table.Format import Group` with
`from dash.dash_table.Format import Group`
from dash_table import DataTable