From d97838061d9feee4a8ef0ddaa260d7f0bc502ad3 Mon Sep 17 00:00:00 2001 From: Achal Dave Date: Sun, 30 Jun 2024 10:50:50 -0700 Subject: [PATCH] relax boto requirement not sure why we tied it to this old version, causes some requirements issues with other packages that rely on openlm --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 898d184f..5edb8f84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pandas==2.1.4 fsspec tqdm jsonlines -boto3==1.26.90 +boto3>=1.26.90 Pillow zstandard pysimdjson