Skip to content

Commit

Permalink
v0.6.x: Loosen grpcio requirements. (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper authored Aug 5, 2021
1 parent c588b2f commit a6ecf17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ v3io~=0.5.8
pandas~=1.0
numpy>=1.16.5, <1.20.0
pyarrow>=1,<4
grpcio-tools~=1.30.0
grpcio~=1.30.0
# Can be loosened, but grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).
grpcio-tools>=1.30,<1.33
grpcio>=1.30,<1.33
v3io-frames~=0.8
v3iofs~=0.1

0 comments on commit a6ecf17

Please sign in to comment.