Skip to content

Commit

Permalink
Add jupyter_client to dep to ensure it contains the needed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed May 27, 2024
1 parent 2be104a commit 1305c24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"jupyter_server>=2.0.1,<3"
"jupyter_client>=8.6.2",
"jupyter_server>=2.0.1,<3",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 1305c24

Please sign in to comment.