Skip to content

Commit

Permalink
Merge from 2.x: PR #461
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jun 22, 2023
2 parents a40a207 + 2b686fd commit af324a2
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.16.1,<7
ipykernel>=6.23.2,<7
ipython>=7.31.1,<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.16.1,<7
ipykernel>=6.23.2,<7
ipython>=7.31.1,<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 @@ -37,7 +37,7 @@ def get_version(module='spyder_kernels'):

REQUIREMENTS = [
'cloudpickle',
'ipykernel>=6.16.1,<7',
'ipykernel>=6.23.2,<7',
'ipython>=7.31.1,<9,!=8.8.0,!=8.9.0,!=8.10.0,!=8.11.0,!=8.12.0,!=8.12.1',
'jupyter-client>=7.4.9,<9',
'pyzmq>=22.1.0',
Expand Down

0 comments on commit af324a2

Please sign in to comment.