Skip to content

Commit

Permalink
Add reference to fsspec aiohttp 4.x compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Nov 9, 2021
1 parent 0d4dcc8 commit afe173c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def read(fname):
install_requires += (["dask"],)
install_requires += (["zarr>=2.8.1"],)
install_requires += (["fsspec[s3]!=2021.07.0"],)
# See https://github.com/fsspec/filesystem_spec/issues/819
install_requires += (["aiohttp<4"],)
install_requires += (["requests"],)
install_requires += (["scikit-image"],)
Expand Down

0 comments on commit afe173c

Please sign in to comment.