Skip to content

Commit 15c2ba5

Browse files
authored
[batch][query] silence warnings in plotly (#13974)
Plotly relies on behavior that Pandas is deprecated. 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).
1 parent 965f102 commit 15c2ba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

batch/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-c ../web_common/pinned-requirements.txt
55
dictdiffer>=0.8.1,<1
66
pandas>=2,<3
7-
plotly>=5.5.0,<6
7+
plotly>=5.18.0,<6
88
# Worker requirements
99
aiodocker>=0.17.0,<1
1010
aiorwlock>=1.0.0,<2

hail/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Deprecated>=1.2.10,<1.3
88
numpy<2
99
pandas>=2,<3
1010
parsimonious<1
11-
plotly>=5.5.0,<6
11+
plotly>=5.18.0,<6
1212
protobuf==3.20.2
1313
pyspark>=3.3.0,<3.4
1414
requests>=2.31.0,<3

0 commit comments

Comments
 (0)