Skip to content

Commit 5534fd9

Browse files
authored
Set all min deps (#1229)
1 parent 8d60e67 commit 5534fd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ dependencies = [
2727
"jupyter_client>=8.0.0",
2828
"jupyter_core>=4.12,!=5.0.*",
2929
# For tk event loop support only.
30-
"nest_asyncio",
30+
"nest_asyncio>=1.4",
3131
"matplotlib-inline>=0.1",
32-
'appnope;platform_system=="Darwin"',
32+
'appnope>=0.1.2;platform_system=="Darwin"',
3333
"pyzmq>=25.0",
34-
"psutil",
35-
"packaging",
34+
"psutil>=5.7",
35+
"packaging>=22",
3636
"anyio>=4.0.0",
3737
]
3838

0 commit comments

Comments
 (0)