Skip to content

Commit

Permalink
Pin aiohttp != 3.9.0 during notebook tests (#454)
Browse files Browse the repository at this point in the history
This fixes the notebook tests (and CI).  See discussion at #453.
  • Loading branch information
garrison authored Nov 20, 2023
1 parent 0185ef0 commit a62e42d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ docs = [
notebook-dependencies = [
"circuit-knitting-toolbox[cplex,pyscf]",
"quantum-serverless>=0.0.7",
"aiohttp!=3.9.0",
"matplotlib",
"ipywidgets",
"pylatexenc",
Expand Down

0 comments on commit a62e42d

Please sign in to comment.