We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65103d commit 3187bcfCopy full SHA for 3187bcf
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
21
22
- name: Install dependencies
23
- run: python -m pip install jupyterlab~=3.0 jupyter-server==1.23.3
+ run: python -m pip install jupyterlab~=3.0
24
25
- name: Install the extension
26
run: |
setup.cfg
@@ -49,7 +49,7 @@ include_package_data = True
49
packages = find:
50
python_requires = >=3.6
51
install_requires =
52
- jupyter_server~=1.0
+ jupyter_server>=1.0
53
prometheus_client
54
psutil~=5.6
55
0 commit comments