Update JupyterLab Python package

This commit is contained in:
Jeremy Tuloup 2022-11-18 10:18:31 +00:00
parent 025f118e41
commit a5d0bb2124
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a30,<5" hatch
python -m pip install -U "jupyterlab>=4.0.0a31,<5" hatch
jlpm
jlpm run build
@ -76,6 +76,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a30,<5" pip
python -m pip install -U "jupyterlab>=4.0.0a31,<5" pip
jlpm
jlpm run build

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a30,<5"]
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a31,<5"]
build-backend = "hatchling.build"
[project]
@ -31,7 +31,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=1.16.0,<2",
"jupyterlab>=4.0.0a30,<5",
"jupyterlab>=4.0.0a31,<5",
"jupyterlab_server>=2.13,<3",
"notebook_shim>=0.1,<0.2",
"tornado>=6.1.0",