Skip to content

Commit 80e3a61

Browse files
authored
deps: expand pyarrow pins to support 5.x releases (#833)
1 parent b9349ad commit 80e3a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
# grpc.Channel.close() method isn't added until 1.32.0.
5555
# https://github.com/grpc/grpc/pull/15254
5656
"grpcio >= 1.38.1, < 2.0dev",
57-
"pyarrow >= 1.0.0, < 5.0dev",
57+
"pyarrow >= 1.0.0, < 6.0dev",
5858
],
59-
"pandas": ["pandas>=0.23.0", "pyarrow >= 1.0.0, < 5.0dev"],
60-
"bignumeric_type": ["pyarrow >= 3.0.0, < 5.0dev"],
59+
"pandas": ["pandas>=0.23.0", "pyarrow >= 1.0.0, < 6.0dev"],
60+
"bignumeric_type": ["pyarrow >= 3.0.0, < 6.0dev"],
6161
"tqdm": ["tqdm >= 4.7.4, <5.0.0dev"],
6262
"opentelemetry": [
6363
"opentelemetry-api >= 0.11b0",

0 commit comments

Comments
 (0)