Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Unconditionally depend on jupyter_sphinx for dev (#608)
Browse files Browse the repository at this point in the history
The original constraint was added in gh-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 authored Apr 11, 2022
1 parent 7506df8 commit 0e3716c
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 0e3716c

Please sign in to comment.