Skip to content

Commit

Permalink
bump fsspec (#7219)
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
lhoestq authored Oct 14, 2024
1 parent 16a121d commit 6e8635d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"multiprocess<0.70.17", # to align with dill<0.3.9 (see above)
# to save datasets locally or on any filesystem
# 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
"fsspec[http]>=2023.1.0,<=2024.6.1",
"fsspec[http]>=2023.1.0,<=2024.9.0",
# for data streaming via http
"aiohttp",
# To get datasets from the Datasets Hub on huggingface.co
Expand Down

0 comments on commit 6e8635d

Please sign in to comment.