Skip to content

Commit 53042e1

Browse files
committed
downgrade aiohttp for python 3.8 compatibility
1 parent d7073db commit 53042e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"matplotlib >= 3.2.2",
1818
"requests >= 2.8.1",
1919
"fsspec >= 2023.10.0",
20-
"aiohttp >= 3.11.11",
20+
"aiohttp >= 3.10.11",
2121
]
2222
dynamic = ["version"]
2323

0 commit comments

Comments
 (0)