Skip to content

Commit

Permalink
revert: needs jupyterlab 4.0.0 for node install
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Nov 1, 2023
1 parent 2d34f26 commit 01ed533
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 341 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-stack-trace",
"version": "0.1.4",
"version": "0.1.5",
"description": "A JupyterLab extension to jump to the line in the file of the stack trace.",
"keywords": [
"jupyter",
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5.0", "jupyterlab>=3.6.1,<5", "hatch-nodejs-version"]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version"]
build-backend = "hatchling.build"

[project]
Expand All @@ -10,7 +10,6 @@ requires-python = ">=3.8"
classifiers = [
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 3",
"Framework :: Jupyter :: JupyterLab :: 4",
"Framework :: Jupyter :: JupyterLab :: Extensions",
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
Expand Down
Loading

0 comments on commit 01ed533

Please sign in to comment.