Skip to content

Commit

Permalink
Unconditionally depend on jupyter_sphinx for dev
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.
  • Loading branch information
jakelishman committed Jan 18, 2022
1 parent 4c45654 commit e3a26d6
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 e3a26d6

Please sign in to comment.