From 4d07f1ee9b6d3dca2736e2bf3a1254451add8259 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 13 Dec 2023 15:10:37 +0100 Subject: [PATCH] Install stable JupyterLab 4.0 in the releaser hook (#7183) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b06967b9cc..6ff1d8dac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,7 +186,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.0", "jlpm", "jlpm run build:utils", "python -m pip install hatch"