diff --git a/setup.py b/setup.py index 7827c7d3e6..c3ea809d9f 100644 --- a/setup.py +++ b/setup.py @@ -62,14 +62,14 @@ def maybe_require(pkg): docs = set([ 'docutils', - 'Sphinx<=5.0.2', + 'Sphinx', 'nbsphinx', 'sphinx_rtd_theme', - 'ipython', + 'ipython==8.6.0', + 'MarkupSafe==2.0.1', 'colorama', 'Pygments', - 'jedi<0.18.0', # Open issue with jedi 0.18.0 and iPython <= 7.19 - # https://github.com/davidhalter/jedi/issues/1714 + 'jedi' ]) # python 2.6 requires setuptools~=36.8.0 to support this syntax