Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ ipywidgets<8.0.3
# coverage 7.0.0 breaks with Python 3.8.15 upon the import
# from coverage.files import FnmatchMatcher
# since this is in Python 3.8 itself and not Qiskit, pinning this for now.
coverage<7.0
coverage<7.0

# With nbconvert 7.2.7 docs jobs start hanging executing jupyter-execute
# cells. Pin until the issue is resolved.
nbconvert==7.2.6
jupyter-server==1.23.3
nbformat==5.7.0