Skip to content

Commit da00ed8

Browse files
authored
Merge pull request #17 from datalayer/fcollonval-patch-1
Add jupyter_client to dep to ensure it contains the needed fix
2 parents 71c70e8 + 1305c24 commit da00ed8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"jupyter_server>=2.0.1,<3"
26+
"jupyter_client>=8.6.2",
27+
"jupyter_server>=2.0.1,<3",
2728
]
2829
dynamic = ["version", "description", "authors", "urls", "keywords"]
2930

0 commit comments

Comments
 (0)