Skip to content

Commit

Permalink
update pyarrow and numpy versions req (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Dina Nimrodi <[email protected]>
  • Loading branch information
dinal and Dina Nimrodi authored Nov 18, 2021
1 parent 912e753 commit 1fae6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
aiohttp>=3.6,<3.8
v3io~=0.5.8
pandas~=1.0
numpy>=1.16.5, <1.20.0
pyarrow>=1,<4
numpy>=1.16.5, <1.22
pyarrow>=1,<6
# 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
Expand Down

0 comments on commit 1fae6bc

Please sign in to comment.