Skip to content

Commit 13e33f7

Browse files
committed
Fix jupyterlab install command in the releaser hook
1 parent 2c95b1b commit 13e33f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"
175175

176176
[tool.jupyter-releaser.hooks]
177177
before-bump-version = [
178-
"python -m pip install --pre -U jupyterlab",
178+
"python -m pip install -U jupyterlab>=4.1.1,<4.2",
179179
"jlpm",
180180
"jlpm run build:utils",
181181
"python -m pip install hatch"

0 commit comments

Comments
 (0)