From f4fa4404fc7ca641d49009f88f049b86cbaaa91a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:34:13 -0500 Subject: [PATCH] Pin nbconvert to < 7.14 to workaround issue (backport #119) (#120) Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> --- constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/constraints.txt b/constraints.txt index a442313e..0b016437 100644 --- a/constraints.txt +++ b/constraints.txt @@ -2,4 +2,5 @@ # tests to flake. See https://github.com/Qiskit/qiskit-terra/issues/10305, # remove pin when resolving that. numpy<1.25 +nbconvert<7.14 # workaround https://github.com/jupyter/nbconvert/issues/2092