Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Gal Topper <[email protected]>
  • Loading branch information
tomerm-iguazio and gtopper authored Jan 3, 2024
1 parent d83e2d4 commit 8ea7cd6
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 @@ -3,8 +3,8 @@ v3io~=0.5.14
# exclude pandas 1.5.0 due to https://github.com/pandas-dev/pandas/issues/48767
# and 1.5.* due to https://github.com/pandas-dev/pandas/issues/49203
pandas>=1, !=1.5.*, <3
# <=1.26.2 is just a safeguard - no tests performed with numpy higher than 1.26.2
numpy<=1.26.2
# upper limit is just a safeguard - tested with numpy 1.26.2
numpy<1.27
# <15 is just a safeguard - no tests performed with pyarrow higher than 14
pyarrow>=1,<15
v3io-frames~=0.10.3
Expand Down

0 comments on commit 8ea7cd6

Please sign in to comment.