From a786066a2b3904a08aa7502f63f65cfc5b3d4e4b Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Mon, 20 Nov 2023 10:55:30 -0500 Subject: [PATCH] Pin `aiohttp != 3.9.0` during notebook tests This fixes the notebook tests (and CI). See discussion at #453. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d5bedab89..9d1d3a898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,6 +92,7 @@ docs = [ notebook-dependencies = [ "circuit-knitting-toolbox[cplex,pyscf]", "quantum-serverless>=0.0.7", + "aiohttp!=3.9.0", "matplotlib", "ipywidgets", "pylatexenc",