Skip to content

Commit

Permalink
Raise maximum pyarrow version to 17 (the latest) (#538) (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper authored Sep 25, 2024
1 parent dac6f3d commit 99f79c8
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
Expand Up @@ -6,8 +6,8 @@ v3io~=0.6.10
pandas>=1, !=1.5.*, <2.2
# upper limit is just a safeguard - tested with numpy 1.26.2
numpy>=1.16.5,<1.27
# <15 is just a safeguard - no tests performed with pyarrow higher than 14
pyarrow>=1,<15
# <18 is just a safeguard - no tests performed with pyarrow higher than 17
pyarrow>=1,<18
v3io-frames~=0.10.9
fsspec>=0.6.2
v3iofs~=0.1.17
Expand Down

0 comments on commit 99f79c8

Please sign in to comment.