-
Notifications
You must be signed in to change notification settings - Fork 308
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
remove 'wget' conda dependency, re-organize dependencies.yaml #4805
base: branch-25.02
Are you sure you want to change the base?
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test |
/ok to test |
Tests here are failing like this:
Documented that in #4823 ... there are some changes in |
/ok to test |
Oh great thanks for merging |
/ok to test |
/ok to test |
@@ -565,6 +562,31 @@ dependencies: | |||
- pylibwholegraph-cu11==25.2.*,>=0.0.0a0 | |||
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]} | |||
|
|||
depends_on_librmm: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want the same for other packages too? libcudf, libraft? It’s okay to defer on this in the name of gradual improvement.
In #4804, I've started working on adding
libcugraph
wheels.This includes a few fixes for things I noticed while doing that:
wget
fromtest_notebook
environmentdependencies.yaml
re-organization:librmm
dependency out into adepends_on_librmm
to reduce duplication, and for consistency with other RAPIDS dependenciesdepends_on_pylibwholegraph
group everywhere instead of repeatingpylibwholegraph
in multiple placesNotes for Reviewers
I'd originally wanted to also add a
librmm
wheel dependency for wheel builds here, but looks like doing that resulted in a lot moresccache
misses, I guess because of building with build isolation. That change will happen in #4804 .