-
Notifications
You must be signed in to change notification settings - Fork 313
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
Merged
rapids-bot
merged 12 commits into
rapidsai:branch-25.02
from
jameslamb:dependencies-cleanup
Dec 20, 2024
Merged
Changes from 7 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
303fe40
depend on librmm for wheel builds, clean up dependencies.yaml
jameslamb 5b0f6f8
Merge branch 'branch-25.02' into dependencies-cleanup
jameslamb 795d4b3
Merge branch 'branch-25.02' into dependencies-cleanup
jameslamb 1c60a03
Merge branch 'branch-25.02' into dependencies-cleanup
nv-rliu 7d77078
fix conflicts
jameslamb 8e72623
Merge branch 'branch-25.02' into dependencies-cleanup
jameslamb 14bcff3
revert out librmm changes
jameslamb 64d0fad
break more things out into depends_on blocks
jameslamb 3b9bd14
dask-cuda is unsuffixed
jameslamb 3aaf837
put back == to cut a few lines out of the diff
jameslamb 7fc9473
remove cugraph-service-client suffixes
jameslamb 34697a6
align thriftpy2 floors, remove libraft-headers
jameslamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
Sure, we can go further in this PR. I just pushed 64d0fad moving more of the RAPIDS dependencies into these
depends_on_*
lists.Some notes on other changes in that commit:
libraft-headers
listinglibraft
is explicitly listed, and directly pulls that in (recipe link)libraft
conda package's purpose is to pull in the compiled bits of RAFT and the headers needed to link against themdepends_on_libraft_headers
, don't feel THAT strongly about it either waypyproject
andrequirements
entries forlibcudf
,libraft,
andlibrmm
libcudf
is only used for benchmarks here, which aren't built from wheelslibraft
wheels don't actually exist yetlibrmm
wheels aren't being used here yetlibraft
andlibrmm
entires in introduce libcugraph wheels #4804requirements
dependencies would all end up in the devcontainers environment: https://github.com/rapidsai/devcontainers/blob/branch-25.02/features/src/rapids-build-utils/opt/rapids-build-utils/bin/make-pip-dependencies.sh#L46Requesting a re-review, that's too much to merge on a stale approval.
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.
Yes, it is okay to use libraft to get its headers transitively.
The other bits are fine, too. I’ll re-review, just make sure update-version.sh and conda recipes reflect things correctly.
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.
Alright great, thanks.
Just did that in 34697a6.
libraft-headers
from conda recipes andupdate-version.sh
thriftpy2
independencies.yaml
to match what conda recipes were using