Skip to content

Commit

Permalink
Update jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Apr 18, 2023
1 parent a94caaf commit fcaafc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'

- name: Install Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
group: [check_release, link_check]
python-version: ["3.9"]
node-version: ["14.x"]
node-version: ["18.x"]
steps:
- name: Checkout
uses: actions/checkout@v3
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.9.0", "hatch-nodejs-version", "jupyterlab~=3.1", "jupyterlab_widgets~=3.0", "voila>=0.2,<0.5"]
requires = ["hatchling>=1.9.0", "hatch-nodejs-version", "jupyterlab~=3.6", "jupyterlab_widgets~=3.0", "voila>=0.2,<0.5"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -80,7 +80,7 @@ npm = ["jlpm"]
skip = ["check-links"]

[tool.jupyter-releaser.hooks]
before-build-npm = ["python -m pip install jupyterlab~=3.1", "jlpm", "jlpm build:prod"]
before-build-npm = ["python -m pip install jupyterlab~=3.6", "jlpm", "jlpm build:prod"]
before-build-python = ["jlpm clean:all"]

[tool.jupyter-releaser.options]
Expand Down

0 comments on commit fcaafc7

Please sign in to comment.