Skip to content

Commit 5058ed4

Browse files
Support fsspec 2024.6.1 (#7017)
1 parent 0e11958 commit 5058ed4

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
@@ -129,7 +129,7 @@
129129
"multiprocess",
130130
# to save datasets locally or on any filesystem
131131
# 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
132-
"fsspec[http]>=2023.1.0,<=2024.5.0",
132+
"fsspec[http]>=2023.1.0,<=2024.6.1",
133133
# for data streaming via http
134134
"aiohttp",
135135
# To get datasets from the Datasets Hub on huggingface.co

0 commit comments

Comments
 (0)