From 99f79c8d151b338a4ca03179175a0bd1438aed33 Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Wed, 25 Sep 2024 15:09:54 +0800 Subject: [PATCH] Raise maximum pyarrow version to 17 (the latest) (#538) (#539) [ML-7946](https://iguazio.atlassian.net/browse/ML-7946) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ab98658..c6ab311e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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