Skip to content

Commit

Permalink
chore(deps): bump fsspec (#6747)
Browse files Browse the repository at this point in the history
* chore(dep): loosen dep on fsspec

* chore(deps): bump fsspec

There were a few fixes released recently
  • Loading branch information
shcheklein authored Mar 22, 2024
1 parent ed2b406 commit d546883
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 @@ -131,7 +131,7 @@
"multiprocess",
# 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.2.0",
"fsspec[http]>=2023.1.0,<=2024.3.1",
# for data streaming via http
"aiohttp",
# To get datasets from the Datasets Hub on huggingface.co
Expand Down

1 comment on commit d546883

@NeilGirdhar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shcheklein Why not loosen up the upper bound completely?

Please sign in to comment.