Skip to content

Commit 6e8635d

Browse files
authored
bump fsspec (#7219)
Update setup.py
1 parent 16a121d commit 6e8635d

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<0.70.17", # to align with dill<0.3.9 (see above)
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.6.1",
132+
"fsspec[http]>=2023.1.0,<=2024.9.0",
133133
# for data streaming via http
134134
"aiohttp",
135135
# To get datasets from the Datasets Hub on huggingface.co

0 commit comments

Comments
 (0)