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 8d60e67 commit 5534fd9Copy full SHA for 5534fd9
1 file changed
pyproject.toml
@@ -27,12 +27,12 @@ dependencies = [
27
"jupyter_client>=8.0.0",
28
"jupyter_core>=4.12,!=5.0.*",
29
# For tk event loop support only.
30
- "nest_asyncio",
+ "nest_asyncio>=1.4",
31
"matplotlib-inline>=0.1",
32
- 'appnope;platform_system=="Darwin"',
+ 'appnope>=0.1.2;platform_system=="Darwin"',
33
"pyzmq>=25.0",
34
- "psutil",
35
- "packaging",
+ "psutil>=5.7",
+ "packaging>=22",
36
"anyio>=4.0.0",
37
]
38
0 commit comments