File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.0a30 ,<5" hatch
29
+ python -m pip install -U "jupyterlab>=4.0.0a31 ,<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.0a30 ,<5" pip
79
+ python -m pip install -U "jupyterlab>=4.0.0a31 ,<5" pip
80
80
jlpm
81
81
jlpm run build
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" hatchling>=1.11" , " jupyterlab>=4.0.0a30 ,<5" ]
2
+ requires = [" hatchling>=1.11" , " jupyterlab>=4.0.0a31 ,<5" ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
@@ -31,7 +31,7 @@ classifiers = [
31
31
]
32
32
dependencies = [
33
33
" jupyter_server>=1.16.0,<2" ,
34
- " jupyterlab>=4.0.0a30 ,<5" ,
34
+ " jupyterlab>=4.0.0a31 ,<5" ,
35
35
" jupyterlab_server>=2.13,<3" ,
36
36
" notebook_shim>=0.1,<0.2" ,
37
37
" tornado>=6.1.0" ,
You can’t perform that action at this time.
0 commit comments