File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 18
18
Please upgrade Kaleido to version 1.0.0 or greater (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`).
19
19
"""
20
20
ORCA_DEPRECATION_MSG = f"""
21
- Support for the orca engine is deprecated and will be removed after { ENGINE_SUPPORT_TIMELINE } .
21
+ Support for the Orca engine is deprecated and will be removed after { ENGINE_SUPPORT_TIMELINE } .
22
22
Please install Kaleido (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`) to use the Kaleido engine.
23
23
"""
24
24
ENGINE_PARAM_DEPRECATION_MSG = f"""
25
25
Support for the 'engine' argument is deprecated and will be removed after { ENGINE_SUPPORT_TIMELINE } .
26
26
Kaleido will be the only supported engine at that time.
27
- Please install Kaleido (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`) to use the Kaleido engine.
28
27
"""
29
28
30
29
_KALEIDO_AVAILABLE = None
You can’t perform that action at this time.
0 commit comments