Automate downloading of dependent source packages#88
Merged
rapids-bot[bot] merged 8 commits intonv-morpheus:branch-25.02from Jan 15, 2025
Merged
Automate downloading of dependent source packages#88rapids-bot[bot] merged 8 commits intonv-morpheus:branch-25.02from
rapids-bot[bot] merged 8 commits intonv-morpheus:branch-25.02from
Conversation
3 tasks
mdemoret-nv
approved these changes
Jan 15, 2025
Contributor
|
/merge |
rapids-bot bot
pushed a commit
to nv-morpheus/MRC
that referenced
this pull request
Jan 15, 2025
* This attempts to automate 95% of the work involved in downloading source code for third-party dependencies and alerting the user to the 5% that needs to be done by hand. * Adds a runtime dependencies Conda target Requires nv-morpheus/utilities#88 to be merged first. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #519
rapids-bot bot
pushed a commit
to nv-morpheus/Morpheus
that referenced
this pull request
Jan 15, 2025
* This attempts to automate 95% of the work involved in downloading source code for third-party dependencies [nv-morpheus/morpheus_third_party_oss](https://github.com/nv-morpheus/morpheus_third_party_oss) and alerting the user to the 5% that needs to be done by hand. Requires nv-morpheus/utilities#88 to be merged first. ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #2062
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
conda list --json(ex: replace a version spec like>=1.9.2,<1.10.0a0with the actual version used).Checklist