Skip to content

Commit

Permalink
Add version cap to Jupyterlab (#3051)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Chin <akchin@us.ibm.com>
  • Loading branch information
akchinSTC committed Dec 9, 2022
1 parent 302720a commit 66ce5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_requirements.txt
@@ -1,2 +1,2 @@
jupyterlab>=3.4.6
jupyterlab>=3.4.6,<4.0
jupyter-packaging>=0.10
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -75,7 +75,7 @@
"jupyter_client>=6.1.7",
"jupyter-packaging>=0.10",
"jupyter_server>=1.7.0",
"jupyterlab>=3.4.6", # comment out to use local jupyterlab
"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",
Expand Down

0 comments on commit 66ce5e3

Please sign in to comment.