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:
5353 - output_types : pyproject
5454 packages :
5555 - hatchling>=1.5.0
56- - jupyterlab>=4.0.0,<5
5756 - hatch-nodejs-version>=0.3.2
57+ - hatch-jupyter-builder>=0.5
58+ - jupyter-packaging
59+ - jupyterlab>=4.0.0
5860 checks :
5961 common :
6062 - output_types : [conda, requirements]
Original file line number Diff line number Diff line change 22
33[build-system ]
44requires = [
5+ " hatch-jupyter-builder>=0.5" ,
56 " hatch-nodejs-version>=0.3.2" ,
67 " hatchling>=1.5.0" ,
7- " jupyterlab>=4.0.0,<5" ,
8+ " jupyter-packaging" ,
9+ " jupyterlab>=4.0.0" ,
810] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
911build-backend = " hatchling.build"
1012
You can’t perform that action at this time.
0 commit comments