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