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 6e2a235 commit a0a35c5Copy full SHA for a0a35c5
setup.py
@@ -128,7 +128,7 @@
128
"importlib_metadata;python_version<'3.8'",
129
# to save datasets locally or on any filesystem
130
# minimum 2021.11.1 so that BlockSizeError is fixed: see https://github.com/fsspec/filesystem_spec/pull/830
131
- "fsspec[http]>=2021.11.1,<2023.3.0", # temporary pin: see https://github.com/huggingface/datasets/issues/5616
+ "fsspec[http]>=2021.11.1",
132
# for data streaming via http
133
"aiohttp",
134
# To get datasets from the Datasets Hub on huggingface.co
0 commit comments