Skip to content

Commit

Permalink
Set minimal fsspec version requirement to 2023.1.0 (#6192)
Browse files Browse the repository at this point in the history
* Set minimal fsspec version requirement to 2023.1.0

* Oops :)
  • Loading branch information
mariosasko authored and albertvillanova committed Oct 24, 2023
1 parent 83e0f8f commit c7ba335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
# for better multiprocessing
"multiprocess",
# to save datasets locally or on any filesystem
# minimum 2022.3.0 so that TqdmCallback is available: see https://github.com/fsspec/filesystem_spec/pull/931
"fsspec[http]>=2022.3.0",
# 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",
# for data streaming via http
"aiohttp",
# To get datasets from the Datasets Hub on huggingface.co
Expand Down

0 comments on commit c7ba335

Please sign in to comment.