We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 41cd380 commit 383e855Copy full SHA for 383e855
dependencies.yaml
@@ -53,8 +53,10 @@ dependencies:
53
- output_types: pyproject
54
packages:
55
- hatchling>=1.5.0
56
- - jupyterlab>=4.0.0,<5
57
- hatch-nodejs-version>=0.3.2
+ - hatch-jupyter-builder>=0.5
58
+ - jupyter-packaging
59
+ - jupyterlab>=4.0.0
60
checks:
61
common:
62
- output_types: [conda, requirements]
pyproject.toml
@@ -2,9 +2,11 @@
2
3
[build-system]
4
requires = [
5
+ "hatch-jupyter-builder>=0.5",
6
"hatch-nodejs-version>=0.3.2",
7
"hatchling>=1.5.0",
- "jupyterlab>=4.0.0,<5",
8
+ "jupyter-packaging",
9
+ "jupyterlab>=4.0.0",
10
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
11
build-backend = "hatchling.build"
12
0 commit comments