From c1710a2604ea68e8a3a7e07c0da15f34537fa3a9 Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Mon, 25 Nov 2024 11:15:35 +0800 Subject: [PATCH] Allow new frames client (#546) Related to [ML-6341](https://iguazio.atlassian.net/browse/ML-6341). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6ab311e..11af2561 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pandas>=1, !=1.5.*, <2.2 numpy>=1.16.5,<1.27 # <18 is just a safeguard - no tests performed with pyarrow higher than 17 pyarrow>=1,<18 -v3io-frames~=0.10.9 +v3io-frames>=0.10.14, !=0.11.*, !=0.12.* fsspec>=0.6.2 v3iofs~=0.1.17 xxhash>=1