-
Notifications
You must be signed in to change notification settings - Fork 603
Temporarily remove xgboost from test dependencies. #7523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporarily remove xgboost from test dependencies. #7523
Conversation
While we work on resolving rapidsai#7520
|
Looks like rapidsai/raft#2813 snuck in before this completed, which is why the devcontainer build is failing. We'll need to update to the new apis for knn (we're trying to load |
I'll introduce a patch for that. |
|
We'll need to apply this to |
Dropping xgboost from our CI for now while upstream builds are fixed. Stopgap for #7520. Supersedes #7523. Authors: - Jim Crist-Harif (https://github.com/jcrist) Approvers: - https://github.com/jakirkham URL: #7526
While we work on resolving #7520