Skip to content

Commit a0a35c5

Browse files
authored
unpin fsspec (#5619)
Update setup.py
1 parent 6e2a235 commit a0a35c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"importlib_metadata;python_version<'3.8'",
129129
# to save datasets locally or on any filesystem
130130
# 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
131+
"fsspec[http]>=2021.11.1",
132132
# for data streaming via http
133133
"aiohttp",
134134
# To get datasets from the Datasets Hub on huggingface.co

0 commit comments

Comments
 (0)