Skip to content

Commit 87ed467

Browse files
Temporarily pin fsspec < 2023.10.0 (#6331)
* Temporarily pin fsspec < 2023.10.0 * Fix
1 parent 3b3333d commit 87ed467

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
@@ -126,7 +126,7 @@
126126
"multiprocess",
127127
# to save datasets locally or on any filesystem
128128
# minimum 2023.1.0 to support protocol=kwargs in fsspec's `open`, `get_fs_token_paths`, etc.: see https://github.com/fsspec/filesystem_spec/pull/1143
129-
"fsspec[http]>=2023.1.0",
129+
"fsspec[http]>=2023.1.0,<2023.10.0", # Temporary upper pin: https://github.com/huggingface/datasets/issues/6330
130130
# for data streaming via http
131131
"aiohttp",
132132
# To get datasets from the Datasets Hub on huggingface.co

0 commit comments

Comments
 (0)