Skip to content

Commit

Permalink
vdk-jupyter: pin traitlets to 5.9 (#2674)
Browse files Browse the repository at this point in the history
Latest release of traitlets (5.10) is breaking jupyter server -
jupyter/notebook#7048 which is causing jupyter
server to fail to start

So we are pinning temporarily to 5.9 to fix that.
  • Loading branch information
antoniivanov committed Sep 19, 2023
1 parent 19367cf commit 05c4d45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
dependencies = [
"jupyter_server>=1.6,<3",
"jupyterlab==3.6.3",
"traitlets==5.9.0",
"vdk-control-cli",
"vdk-core"
]
Expand Down

0 comments on commit 05c4d45

Please sign in to comment.