Skip to content

Commit ceb3d70

Browse files
committed
Allow jlab version lesser than 3.0.0a0
1 parent 043c1ff commit ceb3d70

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
# runtime dependencies
99
- python >=3.7,<3.8.0a0
10-
- jupyterlab >=2,<2.1.0a0
10+
- jupyterlab >=2,<3.0.0a0
1111
- notebook >=4.3.1
1212
# build dependencies
1313
- nodejs

ci/job.docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
pythons:
77
- name: ThreeSeven
88
spec: '>=3.7,<3.8.0a0'
9-
lab: '>=2,<2.1.0a0'
9+
lab: '>=2,<3.0.0a0'
1010
nodejs: '>=12,<13.0.0a0'
1111
env_update: conda env update -n jupyterlab-lsp --file env-test.yml --quiet
1212
env_docs: conda env update -n jupyterlab-lsp --file requirements/docs.yml --quiet

ci/job.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
pythons:
77
- name: ThreeSeven
88
spec: '>=3.7,<3.8.0a0'
9-
lab: '>=2,<2.1.0a0'
9+
lab: '>=2,<3.0.0a0'
1010
nodejs: '>=12,<13.0.0a0'
1111
env_update: conda env update -n jupyterlab-lsp --file env-test.yml --quiet
1212
env_lint: conda env update -n jupyterlab-lsp --file requirements/lint.yml --quiet

ci/job.test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ parameters:
1212
pythons:
1313
- name: ThreeSix
1414
spec: '>=3.6,<3.7.0a0'
15-
lab: '>=2,<2.1.0a0'
15+
lab: '>=2,<3.0.0a0'
1616
nodejs: '>=10,<11.0.0.a0'
1717
- name: ThreeSeven
1818
spec: '>=3.7,<3.8.0a0'
19-
lab: '>=2,<2.1.0a0'
19+
lab: '>=2,<3.0.0a0'
2020
nodejs: '>=12,<13.0.0a0'
2121
- name: ThreeEight
2222
spec: '>=3.8,<3.9.0a0'
23-
lab: '>=2,<2.1.0a0'
23+
lab: '>=2,<3.0.0a0'
2424
nodejs: '>=13,<14.0.0a0'
2525
js_cov_packages:
2626
- jupyterlab-go-to-definition

requirements/lab.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# the version of jupyterlab
22
-r ./prod.txt
3-
jupyterlab >=2,<2.1.0a0
3+
jupyterlab >=2,<3.0.0a0

0 commit comments

Comments
 (0)