Skip to content

Commit d82f3c2

Browse files
Pin supported upper version of fsspec (#6337)
Pin upper version of fsspec
1 parent 0a94aa2 commit d82f3c2

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",
130130
# for data streaming via http
131131
"aiohttp",
132132
# To get datasets from the Datasets Hub on huggingface.co

0 commit comments

Comments
 (0)