Skip to content

Commit

Permalink
deps: expand pyarrow pins to support 5.x releases (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Jul 29, 2021
1 parent b9349ad commit 80e3a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -54,10 +54,10 @@
# grpc.Channel.close() method isn't added until 1.32.0.
# https://github.com/grpc/grpc/pull/15254
"grpcio >= 1.38.1, < 2.0dev",
"pyarrow >= 1.0.0, < 5.0dev",
"pyarrow >= 1.0.0, < 6.0dev",
],
"pandas": ["pandas>=0.23.0", "pyarrow >= 1.0.0, < 5.0dev"],
"bignumeric_type": ["pyarrow >= 3.0.0, < 5.0dev"],
"pandas": ["pandas>=0.23.0", "pyarrow >= 1.0.0, < 6.0dev"],
"bignumeric_type": ["pyarrow >= 3.0.0, < 6.0dev"],
"tqdm": ["tqdm >= 4.7.4, <5.0.0dev"],
"opentelemetry": [
"opentelemetry-api >= 0.11b0",
Expand Down

0 comments on commit 80e3a61

Please sign in to comment.