rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.25k stars 534 forks source link

Use tool.scikit-build.cmake.version, set scikit-build-core minimum-version #6012

Closed jameslamb closed 3 months ago

jameslamb commented 3 months ago

Contributes to https://github.com/rapidsai/build-planning/issues/58.

scikit-build-core==0.10.0 was released today (https://github.com/scikit-build/scikit-build-core/releases/tag/v0.10.0), and wheel-building configurations across RAPIDS are incompatible with it.

This proposes upgrading to that version and fixing configuration here in a way that:

jameslamb commented 3 months ago

The devcontainers build should be fixed once https://github.com/rapidsai/devcontainers/pull/377 is merged. Otherwise, this is ready for review.

jakirkham commented 3 months ago

Restarting failed CI jobs now that devcontainers have been updated

jakirkham commented 3 months ago

/merge

jameslamb commented 3 months ago

CI will be failing here until this is addressed: #6017