SolarArbiter / solarforecastarbiter-core

Core data gathering, validation, processing, and reporting package for the Solar Forecast Arbiter
https://solarforecastarbiter-core.readthedocs.io
MIT License
33 stars 21 forks source link

Kaleido #765

Closed lboeman closed 2 years ago

lboeman commented 2 years ago

Bumps the plotly version to 4.9 and adds kaleido as a requirement. 4.9 is the minimum plotly version where kaleido is the default static image export engine, and updating these dependencies should be all we need to make this function. I'm leaving the kaleido version unpinned since it is <v1 and I think we'd want to keep up with releases and only pin if tests start to fail.

If we decide to go this way we should:

lboeman commented 2 years ago

Fixed that missed assignment. Test fialures are all api issues. Anything else before merging?