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

Commit 3451a0e

Browse files
authored
Fix specifiers
1 parent 4b40378 commit 3451a0e

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 empack>=2.0.9,<3 jupyter_packaging~=0.10,<2",
24+
"python -m pip install jupyterlab~=3.1 empack~=2.0 jupyter_packaging~=0.10",
2525
"jlpm",
2626
"jlpm build:prod",
2727
]

0 commit comments

Comments
 (0)