Skip to content

Commit

Permalink
Merge pull request #295 from elyall/patch-1
Browse files Browse the repository at this point in the history
Set minimum fsspec version
  • Loading branch information
will-moore authored Aug 7, 2023
2 parents 49b8c9e + 1dda3cf commit 30f55fc
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 @@ -19,7 +19,7 @@ def read(fname):
install_requires += (["dask"],)
install_requires += (["distributed"],)
install_requires += (["zarr>=2.8.1"],)
install_requires += (["fsspec[s3]!=2021.07.0"],)
install_requires += (["fsspec[s3]>=0.8,!=2021.07.0"],)
# See https://github.com/fsspec/filesystem_spec/issues/819
install_requires += (["aiohttp<4"],)
install_requires += (["requests"],)
Expand Down

0 comments on commit 30f55fc

Please sign in to comment.