Skip to content

Commit

Permalink
downgrade aiohttp for python 3.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
briangow committed Jan 6, 2025
1 parent fce4d62 commit 2a116b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"matplotlib >= 3.2.2",
"requests >= 2.8.1",
"fsspec >= 2023.10.0",
"aiohttp >= 3.11.11",
"aiohttp >= 3.10.11",
]
dynamic = ["version"]

Expand Down

0 comments on commit 2a116b9

Please sign in to comment.