Skip to content

Commit

Permalink
Downgrade dependency to Notebook as it breaks installation
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jan 11, 2023
1 parent b404616 commit 067c39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.10",
"@jupyter-notebook/tree": "^7.0.0-alpha.10",
"@jupyter-notebook/application": "^7.0.0-alpha.9",
"@jupyter-notebook/tree": "^7.0.0-alpha.9",
"@jupyterlab/application": "^4.0.0-alpha.17",
"@jupyterlab/apputils": "^4.0.0-alpha.17",
"@jupyterlab/cells": "^4.0.0-alpha.17",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"MarkupSafe<2.2.0",
"nbclient>=0.6.1",
"nbconvert>=6",
"notebook>=7.0.0a10",
"notebook>=7.0.0a9",
"python-dateutil>=2.8",
"rapidfuzz>=1.8",
"requests>=2.26",
Expand Down

0 comments on commit 067c39f

Please sign in to comment.