Skip to content

Commit 3187bcf

Browse files
committed
Support jupyter-server v2
1 parent c65103d commit 3187bcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2121

2222
- name: Install dependencies
23-
run: python -m pip install jupyterlab~=3.0 jupyter-server==1.23.3
23+
run: python -m pip install jupyterlab~=3.0
2424

2525
- name: Install the extension
2626
run: |

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include_package_data = True
4949
packages = find:
5050
python_requires = >=3.6
5151
install_requires =
52-
jupyter_server~=1.0
52+
jupyter_server>=1.0
5353
prometheus_client
5454
psutil~=5.6
5555

0 commit comments

Comments
 (0)