pull/7785/head
Jeremy Tuloup 4 months ago
parent d841eec777
commit d3b35b5090

@ -2,7 +2,7 @@
requires = [
"hatchling>=1.11",
"hatch-jupyter-builder>=0.5",
"jupyterlab>=4.5.0rc0,<4.6",
"jupyterlab>=4.5.1,<4.6",
]
build-backend = "hatchling.build"
@ -36,7 +36,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.4.0,<3",
"jupyterlab>=4.5.0rc0,<4.6",
"jupyterlab>=4.5.1,<4.6",
"jupyterlab_server>=2.28.0,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.2.0",
@ -182,7 +182,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"
[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install -U \"jupyterlab>=4.5.0rc0,<4.6\"",
"python -m pip install -U \"jupyterlab>=4.5.1,<4.6\"",
"jlpm",
"jlpm run build:utils",
"python -m pip install hatch"

Loading…
Cancel
Save