From d01a4836be9e1001267c6d68b4b1761b9629b9ff Mon Sep 17 00:00:00 2001 From: mutantsan Date: Wed, 1 May 2024 16:57:10 +0300 Subject: [PATCH] DATASHADES-320 / change pandas and pyarrow versions for github actions compliance --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d98df1..39ef32f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ plotly==5.21.0 -pandas==2.0.3 -pyarrow==16.0.0 +pandas>=2.0.0 +pyarrow>=16.0.0