Skip to content

Commit b925167

Browse files
committed
Update to stable JupyterLab 3.0 Python package
1 parent cf5a866 commit b925167

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
architecture: 'x64'
2626

2727
- name: Install dependencies
28-
run: python -m pip install jupyterlab --pre
28+
run: python -m pip install jupyterlab~=3.0
2929

3030
- name: Install the extension
3131
run: |

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3
6-
- jupyterlab=2
7-
- jupyter_resource_usage=0.3.6
6+
- jupyterlab=3
7+
- jupyter_resource_usage=0.5.1
88
- nodejs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.0.0rc10,==3.*", "setuptools>=40.8.0", "wheel"]
2+
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)