Skip to content

Commit

Permalink
Unconditionally depend on jupyter_sphinx for dev (qiskit-community#608)
Browse files Browse the repository at this point in the history
The original constraint was added in qiskit-communitygh-505, at a time when Aer was
specifically requiring jupyter_sphinx in its own `requirements-dev.txt`
under certain constraints.  The constraint no longer appears to be
needed, so all it serves to do now is to cause the docs build to fail on
Python 3.9.

(cherry picked from commit 0e3716c)
  • Loading branch information
jakelishman authored and mtreinish committed May 17, 2022
1 parent d0d390c commit e87110c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ sphinx-tabs>=1.1.11
sphinx-autodoc-typehints
stestr>=2.5.0
ddt>=1.2.0,!=1.4.0
jupyter;python_version<'3.9'
jupyter-sphinx;python_version<'3.9'
jupyter-sphinx
reno
matplotlib
pyfakefs
Expand Down

0 comments on commit e87110c

Please sign in to comment.