Skip to content

Commit

Permalink
Increase minimal required version of IPykernel to 6.29.3
Browse files Browse the repository at this point in the history
This is necessary to fix hangs with interactive Matplotlib backends
under certain situations.
  • Loading branch information
ccordoba12 committed Feb 27, 2024
1 parent 204b783 commit 6188f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/posix.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cloudpickle
ipykernel>=6.23.2,<7
ipykernel>=6.29.3,<7
ipython>=8.12.2,<9
jupyter_client>=7.4.9,<9
pyzmq>=22.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cloudpickle
ipykernel>=6.23.2,<7
ipykernel>=6.29.3,<7
ipython>=8.12.2,<9
jupyter_client>=7.4.9,<9
pyzmq>=22.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_version(module='spyder_kernels'):
'cloudpickle',
'ipykernel>=4.5,<5; python_version<"3"',
'ipykernel>=6.16.1,<6.17; python_version<"3.8"',
'ipykernel>=6.23.2,<7; python_version>="3.8"',
'ipykernel>=6.29.3,<7; python_version>="3.8"',
'ipython<6; python_version<"3"',
'ipython>=7.31.1,<8; python_version<"3.8"',
'ipython>=8.12.2,<8.13; python_version=="3.8"',
Expand Down

0 comments on commit 6188f55

Please sign in to comment.