From 7455c1dc562a5a9303a4324ef05c639ebcd0a1c7 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 5 Oct 2023 14:37:32 +0200 Subject: [PATCH] Install empack --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71f8c78..866331e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,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.0.0,<5' empack~=3.0", "jlpm", "jlpm build:prod" ]