File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,3 +93,20 @@ METplotpy Upgrade Instructions
9393 development with Python 3.12. View the requirements.txt/nco_requirements.txt file at the top
9494 level of the repository for version numbers for the corresponding third-party packages.
9595
96+
97+ In June 2025, Plotly made significant updates to the kaleido package with the 1.0.0
98+ release by removing Google Chrome code. Now, users will need to have Google Chrome
99+ installed in directories specified in this Plotly documentation (based on operating
100+ system):
101+
102+ https://plotly.com/python/static-image-export/
103+
104+ The METplotpy code downloads Chrome at runtime by invoking the kaleido.get_chrome_sync()
105+ method call.
106+
107+ If users do not wish to have Chrome downloaded at run time and already have Chrome installed
108+ in one of the expected locations (specified in the Plotly link above), then the PRE_LOAD_CHROME environment variable
109+ will need to be set to 'True' (case insensitive string).
110+
111+ Refer to the Kaleido README for more information on the changes:
112+ https://github.com/plotly/Kaleido
You can’t perform that action at this time.
0 commit comments