File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
- name : Install dependencies
10
10
shell : bash
11
11
run : |
12
- python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a28 ,<5" build
12
+ python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a29 ,<5" build
13
13
14
14
- name : Build pypi distributions
15
15
shell : bash
Original file line number Diff line number Diff line change 26
26
27
27
- name : Install dependencies
28
28
run : |
29
- python -m pip install -U "jupyterlab>=4.0.0a28 ,<5" hatch
29
+ python -m pip install -U "jupyterlab>=4.0.0a29 ,<5" hatch
30
30
jlpm
31
31
jlpm run build
32
32
76
76
77
77
- name : Install dependencies
78
78
run : |
79
- python -m pip install -U "jupyterlab>=4.0.0a28 ,<5" pip
79
+ python -m pip install -U "jupyterlab>=4.0.0a29 ,<5" pip
80
80
jlpm
81
81
jlpm run build
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ classifiers = [
30
30
]
31
31
dependencies = [
32
32
" jupyter_server>=1.16.0,<2" ,
33
- " jupyterlab>=4.0.0a28 ,<5" ,
33
+ " jupyterlab>=4.0.0a29 ,<5" ,
34
34
" jupyterlab_server>=2.13,<3" ,
35
35
" notebook_shim>=0.1,<0.2" ,
36
36
" tornado>=6.1.0" ,
You can’t perform that action at this time.
0 commit comments