From 13e33f7df08d5af2583c2277dde150c138659601 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 12 Mar 2024 07:56:55 +0000 Subject: [PATCH] Fix jupyterlab install command in the releaser hook --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69a29ba2c4..b798ab9f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit" [tool.jupyter-releaser.hooks] before-bump-version = [ - "python -m pip install --pre -U jupyterlab", + "python -m pip install -U jupyterlab>=4.1.1,<4.2", "jlpm", "jlpm run build:utils", "python -m pip install hatch"