From 5bb8fabb135ca8adf47151ad3de050e3a258ccab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20=C5=A0a=C5=A1ko?= Date: Fri, 28 Jul 2023 12:07:02 +0200 Subject: [PATCH] Bump fsspec from 2021.11.1 to 2022.3.0 (#6091) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2533fe8e3ae..63c2b21371b 100644 --- a/setup.py +++ b/setup.py @@ -125,8 +125,8 @@ # for better multiprocessing "multiprocess", # to save datasets locally or on any filesystem - # minimum 2021.11.1 so that BlockSizeError is fixed: see https://github.com/fsspec/filesystem_spec/pull/830 - "fsspec[http]>=2021.11.1", + # minimum 2022.3.0 so that TqdmCallback is available: see https://github.com/fsspec/filesystem_spec/pull/931 + "fsspec[http]>=2022.3.0", # for data streaming via http "aiohttp", # To get datasets from the Datasets Hub on huggingface.co