File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,10 @@ dependencies:
53
53
- output_types : pyproject
54
54
packages :
55
55
- hatchling>=1.5.0
56
- - jupyterlab>=4.0.0,<5
57
56
- hatch-nodejs-version>=0.3.2
57
+ - hatch-jupyter-builder>=0.5
58
+ - jupyter-packaging
59
+ - jupyterlab>=4.0.0
58
60
checks :
59
61
common :
60
62
- output_types : [conda, requirements]
Original file line number Diff line number Diff line change 2
2
3
3
[build-system ]
4
4
requires = [
5
+ " hatch-jupyter-builder>=0.5" ,
5
6
" hatch-nodejs-version>=0.3.2" ,
6
7
" hatchling>=1.5.0" ,
7
- " jupyterlab>=4.0.0,<5" ,
8
+ " jupyter-packaging" ,
9
+ " jupyterlab>=4.0.0" ,
8
10
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
9
11
build-backend = " hatchling.build"
10
12
You can’t perform that action at this time.
0 commit comments