Skip to content

Commit

Permalink
update jupyterlab requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Feb 15, 2024
1 parent 123a40c commit 73c97ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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"
run: python -m pip install -U "jupyterlab>=4.1.1,<4.2"

- name: Lint the extension
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab>=4.0.0,<5" jupyterlite_javascript_kernel*.whl
pip install "jupyterlab>=4.1.1,<4.2" jupyterlite_javascript_kernel*.whl
jupyter labextension list
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.0,<5", "hatch-nodejs-version>=0.3.2"]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.1.1,<4.2", "hatch-nodejs-version>=0.3.2"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -65,7 +65,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.1.1,<4.2'",
"jlpm",
"jlpm build:prod"
]
Expand Down

0 comments on commit 73c97ca

Please sign in to comment.