Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ earthengine-api==1.5.9
folium==0.19.5
google-cloud-aiplatform==1.47.0
imageio==2.36.1
plotly==5.15.0
plotly==6.6.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating to plotly v6.x is a major breaking change that removes several deprecated attributes (e.g., titlefont, transforms) and changes the FigureWidget backend to anywidget. More importantly, plotly v6.x likely requires a numpy version (>= 1.24) that conflicts with tensorflow==2.12.0 (line 8), which is strictly pinned to numpy < 1.24. It is recommended to stay on the 5.x series to maintain compatibility with the existing dependency stack.

plotly==5.24.1

tensorflow==2.12.0
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This major version update introduces potential conflicts with apache-beam[gcp,interactive]==2.43.0 (line 2). The interactive components of Beam and Plotly 6.x (which now uses anywidget) may have incompatible requirements for ipywidgets and numpy. Sticking to the 5.x series is safer for maintaining compatibility with this older Beam version.

plotly==5.24.1

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating to plotly v6.x is a major version bump that risks breaking existing visualization code due to the removal of deprecated attributes and changes in the widget architecture. It also risks dependency conflicts with the older environment implied by the project's other requirements.

plotly==5.24.1