-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Update dependency plotly to v6 #14010
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ../../serving/weather-data | ||
| apache-beam[gcp,interactive]==2.43.0 | ||
| build==0.10.0 | ||
| plotly==5.15.0 | ||
| plotly==6.6.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This major version update introduces potential conflicts with |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| ../../serving/weather-data | ||
| ../../serving/weather-model | ||
| plotly==5.15.0 | ||
| plotly==6.6.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating to |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating to
plotlyv6.x is a major breaking change that removes several deprecated attributes (e.g.,titlefont,transforms) and changes theFigureWidgetbackend toanywidget. More importantly,plotlyv6.x likely requires anumpyversion (>= 1.24) that conflicts withtensorflow==2.12.0(line 8), which is strictly pinned tonumpy < 1.24. It is recommended to stay on the5.xseries to maintain compatibility with the existing dependency stack.