mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Update JupyterLab Python package
This commit is contained in:
parent
025f118e41
commit
a5d0bb2124
4
.github/workflows/buildutils.yml
vendored
4
.github/workflows/buildutils.yml
vendored
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user