Update to JupyterLab 4.0.0a28

This commit is contained in:
Afshin T. Darian 2022-09-06 11:36:03 +01:00
parent 85ccd0ea56
commit a4356bdf28
4 changed files with 6 additions and 7 deletions

View File

@ -9,7 +9,7 @@ runs:
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a25,<5" ypy-websocket==0.2 build
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a28,<5" build
- name: Build pypi distributions
shell: bash

View File

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

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5", "jupyterlab>=4.0.0a25,<5", "ypy-websocket==0.2"]
requires = ["hatchling>=1.5", "jupyterlab>=4.0.0a29,<5", "ypy-websocket==0.2"]
build-backend = "hatchling.build"
[project]
@ -30,11 +30,10 @@ classifiers = [
]
dependencies = [
"jupyter_server>=1.16.0,<2",
"jupyterlab>=4.0.0a24,<5",
"jupyterlab>=4.0.0a28,<5",
"jupyterlab_server>=2.13,<3",
"notebook_shim>=0.1,<0.2",
"tornado>=6.1.0",
"ypy-websocket==0.2",
]
dynamic = ["version"]

View File

@ -14126,7 +14126,7 @@ y18n@^5.0.5:
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
yallist@*, yallist@^4.0.0:
yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==