Closed jameslamb closed 5 months ago
Contributes to https://github.com/rapidsai/build-planning/issues/31 Contributes to https://github.com/rapidsai/build-planning/issues/69
Proposes:
pip install ./dist/*.whl
pip install --find-links ./dist
This project doesn't currently have a dependencies.yaml. rapids-build-backend does technically support that (https://github.com/rapidsai/rapids-build-backend/pull/33), so I chose not to introduce a dependencies.yaml file here just for that purpose.
dependencies.yaml
rapids-build-backend
Contributes to https://github.com/rapidsai/build-planning/issues/31 Contributes to https://github.com/rapidsai/build-planning/issues/69
Proposes:
pip install ./dist/*.whl
instead ofpip install --find-links ./dist
in CI, to reduce the risk of the types of bugs described in https://github.com/rapidsai/build-planning/issues/69Notes for reviewers
This project doesn't currently have a
dependencies.yaml
.rapids-build-backend
does technically support that (https://github.com/rapidsai/rapids-build-backend/pull/33), so I chose not to introduce adependencies.yaml
file here just for that purpose.