We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc185cc commit 0cb46d6Copy full SHA for 0cb46d6
pyproject.toml
@@ -23,11 +23,11 @@ dependencies = [
23
"ipython>=7.23.1",
24
"comm>=0.1.1",
25
"traitlets>=5.4.0",
26
- "jupyter_client>=8.0.0",
27
- "jupyter_core>=4.12,!=5.0.*",
+ "jupyter_client>=8.8.0",
+ "jupyter_core>=5.1,!=6.0.*",
28
# For tk event loop support only.
29
"nest_asyncio>=1.4",
30
- "tornado>=6.2",
+ "tornado>=6.4",
31
"matplotlib-inline>=0.1",
32
'appnope>=0.1.2;platform_system=="Darwin"',
33
"pyzmq>=25",
0 commit comments