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 11d317c commit fdcd76bCopy full SHA for fdcd76b
.github/workflows/build.yml
@@ -175,7 +175,7 @@ jobs:
175
run: |
176
set -eux
177
cp ./jupytergis/dist/jupytergis*.whl ./jupytergis_core/dist/jupytergis*.whl ./jupytergis_lab/dist/jupytergis*.whl ./jupytergis_qgis/dist/jupytergis*.whl .
178
- python -m pip install jupytergis*.whl "jupyter-collaboration>=3,<4" "jupyterlab==4.4.2"
+ python -m pip install jupytergis*.whl "jupyter-collaboration>=3" "jupyterlab==4.4.2"
179
180
- name: Install
181
shell: bash -l {0}
0 commit comments