Skip to content

Commit

Permalink
Require JupyterLab 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 7, 2024
1 parent 48cdbfe commit c72a501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyterlab>=4.0.0,<5"
"jupyterlab>=4.1.0,<5"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down Expand Up @@ -67,7 +67,7 @@ version_cmd = "hatch version"

[tool.jupyter-releaser.hooks]
before-build-npm = [
"python -m pip install 'jupyterlab>=4.0.0,<5'",
"python -m pip install 'jupyterlab>=4.1.0,<5'",
"jlpm",
"jlpm build:prod"
]
Expand Down

0 comments on commit c72a501

Please sign in to comment.