Skip to content

Commit

Permalink
Improve old Python compatibility by not requiring ipython 8.6.0. (#3630)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Svoboda <[email protected]>
  • Loading branch information
jsvob authored Dec 15, 2022
1 parent 21295cd commit e61b8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def maybe_require(pkg):
'Sphinx',
'nbsphinx',
'sphinx_rtd_theme',
'ipython==8.6.0',
'ipython<8.7.0',
'MarkupSafe==2.0.1',
'colorama',
'Pygments',
Expand Down

0 comments on commit e61b8f4

Please sign in to comment.