Skip to content

Commit 083ca7c

Browse files
authored
Update minimum build jupyterlab (#159)
1 parent b89bcee commit 083ca7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version"]
2+
requires = ["hatchling>=1.5.0", "jupyterlab>=4.1.0,<5", "hatch-nodejs-version"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -68,7 +68,7 @@ version_cmd = "hatch version"
6868

6969
[tool.jupyter-releaser.hooks]
7070
before-build-npm = [
71-
"python -m pip install 'jupyterlab>=4.0.0,<5'",
71+
"python -m pip install 'jupyterlab>=4.1.0,<5'",
7272
"jlpm",
7373
"jlpm build:prod"
7474
]

0 commit comments

Comments
 (0)