Skip to content

Commit

Permalink
Fix build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 13, 2024
1 parent 1f3698e commit 1cd9c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python_packages = [
[tool.jupyter-releaser.hooks]
before-bump-version = ["python -m pip install hatch 'jupyterlab>=4.0.0'"]
before-build-npm = [
"python -m pip install datamodel-code-generator",
"python -m pip install -r requirements-build.txt",
"jlpm",
"jlpm build:prod",
]
Expand Down

0 comments on commit 1cd9c57

Please sign in to comment.