Skip to content

Commit

Permalink
Install jupyterlab with releaser hook
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 22, 2024
1 parent 57f41c8 commit f930467
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ name = "yjs-widgets"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
dependencies = [
"jupyterlab>=4.0.0,<5"
]
dependencies = []
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
Expand Down Expand Up @@ -73,6 +71,7 @@ version-cmd = "hatch version"

[tool.jupyter-releaser.hooks]
before-build-npm = [
"python -m pip install 'jupyterlab>=4.0.0,<5'",
"jlpm",
"jlpm build:prod",
]
Expand Down

0 comments on commit f930467

Please sign in to comment.