File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1818Please upgrade Kaleido to version 1.0.0 or greater (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`).
1919"""
2020ORCA_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 } .
2222Please install Kaleido (`pip install --upgrade --pre kaleido` or `pip install plotly[kaleido]`) to use the Kaleido engine.
2323"""
2424ENGINE_PARAM_DEPRECATION_MSG = f"""
2525Support for the 'engine' argument is deprecated and will be removed after { ENGINE_SUPPORT_TIMELINE } .
2626Kaleido 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.
2827"""
2928
3029_KALEIDO_AVAILABLE = None
You can’t perform that action at this time.
0 commit comments