Skip to content

Commit

Permalink
Merge pull request #475 from ccordoba12/increase-ipython-dep
Browse files Browse the repository at this point in the history
PR: Skip IPython 8.17.1 in our dependencies for Python 3.9+
  • Loading branch information
ccordoba12 authored Nov 6, 2023
2 parents 82eea9f + e540004 commit 54259da
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 @@ -45,7 +45,7 @@ def get_version(module='spyder_kernels'):
'ipython<6; python_version<"3"',
'ipython>=7.31.1,<8; python_version<"3.8"',
'ipython>=8.12.2,<8.13; python_version=="3.8"',
'ipython>=8.13.0,<9; python_version>"3.8"',
'ipython>=8.13.0,<9,!=8.17.1; python_version>"3.8"',
'jupyter-client>=5.3.4,<6; python_version<"3"',
'jupyter-client>=7.4.9,<9; python_version>="3"',
'pyzmq>=17,<20; python_version<"3"',
Expand Down

0 comments on commit 54259da

Please sign in to comment.