Skip to content

Commit

Permalink
[batch][query] silence warnings in plotly
Browse files Browse the repository at this point in the history
Plotly relies on behavior that Pandas is deprecating. See plotly/plotly.py#4363 and plotly/plotly.py#4379. The fix (plotly/plotly.py#4379) merged into [main and was released in 5.18.0](plotly/plotly.py@57e4d1d).
  • Loading branch information
Dan King committed Nov 6, 2023
1 parent a5c7a8a commit 26b950b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-c ../web_common/pinned-requirements.txt
dictdiffer>=0.8.1,<1
pandas>=2,<3
plotly>=5.5.0,<6
plotly>=5.18.0,<6
# Worker requirements
aiodocker>=0.17.0,<1
aiorwlock>=1.0.0,<2
Expand Down
2 changes: 1 addition & 1 deletion hail/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ frozenlist>=1.3.1,<2
numpy<2
pandas>=2,<3
parsimonious<1
plotly>=5.5.0,<6
plotly>=5.18.0,<6
protobuf==3.20.2
pyspark>=3.3.0,<3.4
requests>=2.25.1,<3
Expand Down

0 comments on commit 26b950b

Please sign in to comment.