Skip to content

Commit

Permalink
Align jupyterlab version range with the version used in JupyterLite (
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 6, 2024
1 parent 7ba95a9 commit c5757c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab>=4.0.0,<5" jupyterlite_xeus*.whl
pip install "jupyterlab>=4.0.0,<4.3" jupyterlite_xeus*.whl
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "@jupyterlite/xeus.*OK"
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Install the extension
run: |
set -eux
python -m pip install "jupyterlab>=4.0.0,<5" jupyterlite_xeus*.whl
python -m pip install "jupyterlab>=4.0.0,<4.3" jupyterlite_xeus*.whl
python -m pip install ${{ matrix.jupyterlite_version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U "jupyterlab>=4.0.0,<5" jupyterlite-core
run: python -m pip install -U "jupyterlab>=4.0.0,<4.3" jupyterlite-core

- name: Install extension
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0,<4.2", "hatch-nodejs-version>=0.3.2"]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0,<4.3", "hatch-nodejs-version>=0.3.2"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -75,7 +75,7 @@ version_cmd = "hatch version"

[tool.jupyter-releaser.hooks]
before-build-npm = [
"python -m pip install 'jupyterlab>=4.0.0,<5'",
"python -m pip install 'jupyterlab>=4.0.0,<4.3'",
"jlpm",
"jlpm build:prod"
]
Expand Down

0 comments on commit c5757c5

Please sign in to comment.