Skip to content

Commit

Permalink
move other dependencies down to rapids-build-backend's table
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 10, 2024
1 parent 5fd0b04 commit 893ff43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ files:
- cuda
- cuda_version
- py_version
- rapids_build_setuptools
- run
- test_python
test_python:
Expand All @@ -25,6 +26,14 @@ files:
pyproject_dir: .
extras:
table: build-system
includes:
- rapids_build_setuptools
py_rapids_build:
output: pyproject
pyproject_dir: .
extras:
table: tool.rapids-build-backend
key: requires
includes:
- build_python
- depends_on_ucx_build
Expand Down Expand Up @@ -110,6 +119,10 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cython>=3.0.0
rapids_build_setuptools:
common:
- output_types: [conda, requirements, pyproject]
packages:
- rapids-build-backend>=0.3.1,<0.4.0dev0
- setuptools>=64.0.0
run:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"cython>=3.0.0",
"libucx==1.15.0",
"rapids-build-backend>=0.3.1,<0.4.0dev0",
"setuptools>=64.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down Expand Up @@ -120,6 +118,7 @@ commit-files = [
]
dependencies-file = "dependencies.yaml"
requires = [
"cython>=3.0.0",
"libucx==1.15.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit 893ff43

Please sign in to comment.