Skip to content

Commit

Permalink
Add upper bound on jupyter_client dependency (#1239)
Browse files Browse the repository at this point in the history
* Add upper bound on jupyter_client dependency

* Update jupyter_client pinning

Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>

Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
  • Loading branch information
martinRenou and trungleduc committed Oct 25, 2022
1 parent 052b9b8 commit 5e539ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -34,7 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
"jupyter_client>=6.1.3,<8",
"jupyter_client>=6.1.3,<=7.4.1",
"jupyter_core>=4.11.0",
"jupyter_server>=1.18,<2.0.0",
"jupyterlab_server>=2.3.0,<3",
Expand Down

0 comments on commit 5e539ac

Please sign in to comment.