-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump jupyterlab, notebook and ydoc dependencies (#1892)
* bump ydoc dependency * Bump jupyterlab, notebook and regenerate yarn.lock
- Loading branch information
Showing
4 changed files
with
2,006 additions
and
1,906 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[build-system] | ||
requires = [ | ||
"hatchling>=1.10.0", | ||
"jupyterlab>=4.1.0,<5", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
brichet
Author
Contributor
|
||
"jupyterlab>=4.2.0,<5", | ||
] | ||
build-backend = "hatchling.build" | ||
|
||
|
@@ -38,11 +38,11 @@ dependencies = [ | |
"jsonschema>=3", | ||
"jupyter_client<9", | ||
"jupyter_server>=2", | ||
"jupyterlab>=4.1.0,<5", | ||
"jupyterlab>=4.2.0,<5", | ||
"jupyterlab_server", | ||
"nbclient>=0.6.1", | ||
"nbconvert>=6", | ||
"notebook>=7.0.2,<8", | ||
"notebook>=7.2.0,<8", | ||
"python-dateutil>=2.8", | ||
"rapidfuzz>=1.8", | ||
"requests>=2.26", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Hello @brichet,
I have a conflict with jupyterlab-deck not working well with jupyterlab >= 4.1 while nbgrader requires >=4.2. How necessary is the latter version constraint?
Of couse it would be best to fix jupyterlab-deck in the first place :-)