You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
They should use `rapids-build-backend.
Benefits of this work
Would make these projects' build systems consistent with the rest of RAPIDS.
Would reduce the need for complexity like this in build scripts:
Description
The
cugraph-gnn
andcugraph-pyg
packgaes currently usesetuptools
as their build backends.cugraph-gnn/python/cugraph-dgl/pyproject.toml
Line 9 in 666d114
cugraph-gnn/python/cugraph-pyg/pyproject.toml
Lines 3 to 8 in 666d114
They should use `rapids-build-backend.
Benefits of this work
Would make these projects' build systems consistent with the rest of RAPIDS.
Would reduce the need for complexity like this in build scripts:
cugraph-gnn/ci/build_wheel.sh
Lines 28 to 43 in 666d114
Acceptance Criteria
cugraph-gnn
andcugrpah-pyg
userapids-build-backend
as their build backend.pre-commit-config.yaml
includes theverify-alpha-spec
hookApproach
Follow the work in these examples:
cugraph
changes: Use rapids-build-backend cugraph#4393setuptools
example: use rapids-build-backend dask-cuda#1343And other things described in rapidsai/build-planning#31.
Notes
N/A
The text was updated successfully, but these errors were encountered: