Skip to content

Commit

Permalink
Drop aiohttp cap (fix #146)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jun 19, 2024
1 parent 9205bd7 commit 5dbea85
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 @@ -21,7 +21,7 @@ def read(fname):
install_requires += (["zarr>=2.8.1"],)
install_requires += (["fsspec[s3]>=0.8,!=2021.07.0"],)
# See https://github.com/fsspec/filesystem_spec/issues/819
install_requires += (["aiohttp<4"],)
install_requires += (["aiohttp"],)
install_requires += (["requests"],)
install_requires += (["scikit-image"],)
install_requires += (["toolz"],)
Expand Down

0 comments on commit 5dbea85

Please sign in to comment.