Skip to content

Commit

Permalink
Set all min deps (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Apr 4, 2024
1 parent 8d60e67 commit 5534fd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ dependencies = [
"jupyter_client>=8.0.0",
"jupyter_core>=4.12,!=5.0.*",
# For tk event loop support only.
"nest_asyncio",
"nest_asyncio>=1.4",
"matplotlib-inline>=0.1",
'appnope;platform_system=="Darwin"',
'appnope>=0.1.2;platform_system=="Darwin"',
"pyzmq>=25.0",
"psutil",
"packaging",
"psutil>=5.7",
"packaging>=22",
"anyio>=4.0.0",
]

Expand Down

0 comments on commit 5534fd9

Please sign in to comment.