Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 4b40378

Browse files
authored
Install more packages in before-build-npm
1 parent d2b73a0 commit 4b40378

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
@@ -21,7 +21,7 @@ skip = ["check-links"]
2121

2222
[tool.jupyter-releaser.hooks]
2323
before-build-npm = [
24-
"python -m pip install jupyterlab~=3.1",
24+
"python -m pip install jupyterlab~=3.1 empack>=2.0.9,<3 jupyter_packaging~=0.10,<2",
2525
"jlpm",
2626
"jlpm build:prod",
2727
]

0 commit comments

Comments
 (0)