Skip to content

Commit 383e855

Browse files
committed
Sync pyproject.toml with conda recipe
1 parent 41cd380 commit 383e855

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dependencies.yaml

+3-1
Original file line numberDiff line numberDiff 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]

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
[build-system]
44
requires = [
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`.
911
build-backend = "hatchling.build"
1012

0 commit comments

Comments
 (0)