Skip to content

Commit

Permalink
Merge pull request #17 from datalayer/fcollonval-patch-1
Browse files Browse the repository at this point in the history
Add jupyter_client to dep to ensure it contains the needed fix
  • Loading branch information
echarles committed May 30, 2024
2 parents 71c70e8 + 1305c24 commit da00ed8
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 da00ed8

Please sign in to comment.