Skip to content

Commit

Permalink
Relax CI constraint on jsonschema (#11489) (#11491)
Browse files Browse the repository at this point in the history
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 c399df2)

Co-authored-by: Jake Lishman <[email protected]>
  • Loading branch information
mergify[bot] and jakelishman authored Jan 4, 2024
1 parent fb84ca2 commit a60aa1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a60aa1d

Please sign in to comment.