From a60aa1d045459e564140e968d58c05647ad75bb5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:16:34 +0000 Subject: [PATCH] Relax CI constraint on `jsonschema` (#11489) (#11491) This was originally added because of `nbformat` using deprecated functionality. The constraint is causing installation problems for some of our optionals now, particularly on Python 3.12, and should be fixed by now anyway. (cherry picked from commit c399df2c652ffcf1063b7d5d13bbd51e5ed90a3b) Co-authored-by: Jake Lishman --- constraints.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/constraints.txt b/constraints.txt index 083da9a62203..fadbf1efabe3 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,7 +1,3 @@ -# jsonschema pinning needed due nbformat==5.1.3 using deprecated behaviour in -# 4.0+. The pin can be removed after nbformat is updated. -jsonschema==3.2.0 - # Scipy 1.11 seems to have caused an instability in the Weyl coordinates # eigensystem code for one of the test cases. See # https://github.com/Qiskit/qiskit-terra/issues/10345 for current details.