pull/7785/head
Jeremy Tuloup 1 month ago
parent d3b35b5090
commit 395aea2b7f

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.5.0a0,<4.6" hatch
python -m pip install -U "jupyterlab>=4.5.1,<4.6" hatch
jlpm
jlpm run build
@ -79,6 +79,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.5.0a0,<4.6" pip
python -m pip install -U "jupyterlab>=4.5.1,<4.6" pip
jlpm
jlpm run build

@ -45,7 +45,7 @@ repos:
files: "^notebook"
stages: [manual]
args: ["--install-types", "--non-interactive"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.5.0rc0,<4.6"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.5.1,<4.6"]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: 'v1.10.0'

Loading…
Cancel
Save