Skip to content

Commit

Permalink
Relax CI constraint on jsonschema
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.
  • Loading branch information
jakelishman committed Jan 4, 2024
1 parent 5eabdbe commit a0f7dcc
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 a0f7dcc

Please sign in to comment.