Skip to content

Commit

Permalink
Fix/rtc mentions of jupyterlab 4 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktaletsk authored Dec 6, 2023
1 parent b70594b commit ab9661a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jupyterlab-rtc-hub-settings-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
yarn-
- name: Install dependencies
run: python -m pip install -U jupyterlab~=3.0 check-manifest
run: python -m pip install -U jupyterlab~=4.0 check-manifest

- name: Build the extension
run: |
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_rtc_hub_settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The example JupyterHub configuration will be provided soon.

## Requirements

* JupyterLab >= 3.0
* JupyterLab >= 4.0


## Install
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_rtc_hub_settings/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.6"]
requires = ["jupyter_packaging~=0.12,<2", "jupyterlab~=4.0"]
build-backend = "jupyter_packaging.build_api"

[tool.jupyter-packaging.options]
Expand Down

0 comments on commit ab9661a

Please sign in to comment.