Skip to content

Commit

Permalink
Merge pull request #459 from ccordoba12/skip-more-ipython-versions
Browse files Browse the repository at this point in the history
PR: Skip more buggy IPython versions
  • Loading branch information
ccordoba12 committed Jun 11, 2023
2 parents cc78610 + e389f37 commit f4bcd48
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 @@ -42,7 +42,7 @@ def get_version(module='spyder_kernels'):
'ipykernel>=4.5,<5; python_version<"3"',
'ipykernel>=6.16.1,<7; python_version>="3"',
'ipython<6; python_version<"3"',
'ipython>=7.31.1,<9,!=8.8.0,!=8.9.0,!=8.10.0; python_version>="3"',
'ipython>=7.31.1,<9,!=8.8.0,!=8.9.0,!=8.10.0,!=8.11.0,!=8.12.0,!=8.12.1; python_version>="3"',
'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 f4bcd48

Please sign in to comment.