Commit bbf837a
authored
use CUDA-suffixed XGBoost wheels (#7550)
Contributes to rapidsai/build-planning#208
`xgboost` wheels currently follow this pattern:
* `xgboost` (CUDA 12 support by default)
* `xgboost-cu12` (always CUDA 12)
* `xgboost-cu13` (always CUDA 13)
See:
* dmlc/xgboost#10807 (comment)
* dmlc/xgboost#11677
This switches `cuml` to use those suffixed wheels, so the correct version will always be pulled in. As of this PR, `cuml-cu13[test]` will now depend on `xgboost-cu13` instead of `xgboost`.
## Notes for Reviewers
### XGBoost doesn't have arm64 wheels with CUDA 13 support
See #7550 (comment)
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Bradley Dice (https://github.com/bdice)
URL: #75501 parent 4f78f6d commit bbf837a
1 file changed
+33
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
506 | 507 | | |
507 | 508 | | |
508 | 509 | | |
509 | | - | |
| 510 | + | |
| 511 | + | |
510 | 512 | | |
511 | | - | |
512 | | - | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
513 | 543 | | |
514 | 544 | | |
515 | 545 | | |
| |||
523 | 553 | | |
524 | 554 | | |
525 | 555 | | |
526 | | - | |
527 | 556 | | |
528 | 557 | | |
529 | 558 | | |
530 | | - | |
531 | 559 | | |
532 | 560 | | |
533 | 561 | | |
| |||
0 commit comments