We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bed12 commit 5bb8fabCopy full SHA for 5bb8fab
setup.py
@@ -125,8 +125,8 @@
125
# for better multiprocessing
126
"multiprocess",
127
# 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",
+ # minimum 2022.3.0 so that TqdmCallback is available: see https://github.com/fsspec/filesystem_spec/pull/931
+ "fsspec[http]>=2022.3.0",
130
# for data streaming via http
131
"aiohttp",
132
# To get datasets from the Datasets Hub on huggingface.co
0 commit comments