You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
We should do another release of plotly_express that specifies an upper version constraint of plotly <4.0.0a0. Because we're integrating plotly_express into plotly.py v4, it would be good to avoid having folks install both plotly_express and plotly>=4.0.0.
The text was updated successfully, but these errors were encountered:
Actually, I thought the "final" version of plotly_express would just re-export all of plotly.express instead... ?
I think we should do both. Release the constrained version now, then when plotly.py v4 comes out, release a skeleton plotly_express that only remaps plotly.express.
We should do another release of
plotly_express
that specifies an upper version constraint of plotly<4.0.0a0
. Because we're integratingplotly_express
into plotly.py v4, it would be good to avoid having folks install bothplotly_express
andplotly>=4.0.0
.The text was updated successfully, but these errors were encountered: