spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

PR: Update ipykernel constraint to >=6.16.1 #426

Closed dalthviz closed 2 years ago

dalthviz commented 2 years ago

Part of spyder-ide/spyder#19874

ccordoba12 commented 2 years ago

@dalthviz, I'm going to push a commit to your branch to fix the failing test. The failure is caused by PR https://github.com/ipython/ipykernel/pull/1008, which is precisely the change we want to depend on by increasing IPykernel to 6.16.1 since it fixes a quite serious memory leak.