wheels: declare 'cuda-pathfinder' dependency for libcudf - #23880
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe dependency configuration adds the Changeslibcudf runtime dependency declaration
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR explicitly declares an existing runtime dependency for libcudf wheels. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
I'm going to admin merge. The single CI failure is unrelated to this change and it is being fixed in #23883. No need to rerun CI here just for that. |
Description
Follow-up to #23414
Contributes to rapidsai/build-planning#307
libcudfwheels usecuda-pathfinder:cudf/python/libcudf/libcudf/load.py
Lines 40 to 43 in ea199db
But don't explicitly declare a dependency on it. This fixes that.
Checklist