diff --git a/constraints.txt b/constraints.txt index 021285d98b49..713d36b5d460 100644 --- a/constraints.txt +++ b/constraints.txt @@ -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 \ No newline at end of file +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