Skip to content

Commit 5bb8fab

Browse files
authored
Bump fsspec from 2021.11.1 to 2022.3.0 (#6091)
1 parent 73bed12 commit 5bb8fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
# for better multiprocessing
126126
"multiprocess",
127127
# to save datasets locally or on any filesystem
128-
# minimum 2021.11.1 so that BlockSizeError is fixed: see https://github.com/fsspec/filesystem_spec/pull/830
129-
"fsspec[http]>=2021.11.1",
128+
# minimum 2022.3.0 so that TqdmCallback is available: see https://github.com/fsspec/filesystem_spec/pull/931
129+
"fsspec[http]>=2022.3.0",
130130
# for data streaming via http
131131
"aiohttp",
132132
# To get datasets from the Datasets Hub on huggingface.co

0 commit comments

Comments
 (0)