Skip to content

Commit

Permalink
Install async-timeout rather than pin aiohttp (#455)
Browse files Browse the repository at this point in the history
In #454, I pinned `aiohttp`, but the failure was actually due to
`async-timeout` not being installed
(#453 (comment)).

This PR updates `pyproject.toml` in accordance with this root cause.

We can remove this line once a version of ray is released that fixes
ray-project/ray#41267.
  • Loading branch information
garrison authored Nov 20, 2023
1 parent a62e42d commit 190552d
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 @@ -92,7 +92,7 @@ docs = [
notebook-dependencies = [
"circuit-knitting-toolbox[cplex,pyscf]",
"quantum-serverless>=0.0.7",
"aiohttp!=3.9.0",
"async-timeout",
"matplotlib",
"ipywidgets",
"pylatexenc",
Expand Down

0 comments on commit 190552d

Please sign in to comment.