Skip to content

Commit

Permalink
Cap jupyter-resource-usage to avoid Lab 4.0 dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Luciano Resende <[email protected]>
  • Loading branch information
lresende committed Sep 23, 2023
1 parent 3c27ada commit 613cd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"jupyterlab>=3.4.6,<4.0", # comment out to use local jupyterlab
"jupyterlab-lsp>=3.8.0", # comment out to use local jupyterlab
"jupyterlab-git~=0.32", # Avoid breaking 1.x changes
"jupyter-resource-usage>=0.5.1",
"jupyter-resource-usage>=0.5.1,<1",
"MarkupSafe>=2.1",
"minio>=7.0.0",
"nbclient>=0.5.1",
Expand Down

0 comments on commit 613cd9a

Please sign in to comment.