-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency plotly to v6 #10745
base: main
Are you sure you want to change the base?
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This seems to break all the plotly examples on the website. @lostmygithubaccount Any chance I can snipe you into poking at this? |
@cpcloud I'll take a look in a bit! |
@MarcoGorelli Nice, thanks for giving that a go! When I click on the docs preview link here: https://pr-10745-a47527b6135c442247d1c51b6cf0f8d2a230bfd3--ibis-quarto.netlify.app/ I see a big blank space where a plotly plot should be. What do you see there? |
ah on the docs preview I also see a blank space, I just meant that running it locally (with the latest versions) it renders fine |
I think it's a quarto issue, since |
It could also be a plotly isue itself, so let's hold off on this upgrade for now. |
This PR contains the following updates:
>=5.16.1,<6
->>=5.16.1,<7
Release Notes
plotly/plotly.py (plotly)
v6.0.0
Compare Source
Added
plotly[express]
extra for easily installing Plotly Express dependencies [#4644]subtitle
attribute to all Plotly Express traces [#4830].Removed
pointcloud
andheatmapgl
traces from the API [#4815]tenacity
dependency [#4831]Updated
plotly.graph_objects
module. Notable changes include:titlefont
,titleposition
,titleside
, andtitleoffset
[#7212].bardir
attribute (useorientation
instead) [#7214]annotation.ref
attribute (useannotation.xref
andannotation.yref
instead) [#7215]opacity
attribute (use alpha channel of error barcolor
attribute instead) [#7214]gl3d.cameraposition
(usegl3d.camera
instead) [#7217]plot3dPixelRatio
from config [#7231]zauto
,zmin
andzmax
from the surface trace [#7234]autotick
attributes from cartesian axes [#7236]transforms
from the API [#7240, #7254]go.FigureWidget
to useanywidget
[#4823]Fixed
go.FigureWidget.show
to returnFigureWidget
instead of displayingFigure
[#4869]Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.