-
Notifications
You must be signed in to change notification settings - Fork 195
Adopt Python 3.12 #2184
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
Merged
rapids-bot
merged 80 commits into
nv-morpheus:branch-25.06
from
dagardner-nv:david-py-312-2181
Mar 10, 2025
Merged
Adopt Python 3.12 #2184
rapids-bot
merged 80 commits into
nv-morpheus:branch-25.06
from
dagardner-nv:david-py-312-2181
Mar 10, 2025
Conversation
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
…rpheus into david-25.02-x-25.02
…mount for apt, pip and conda
Cleanup DOCA env vars Remove redundant calls to `apt update`, remove call to `apt upgrade`. Fix download location for `doca-host.deb` Consolidate installing of doca packagwes
Member
|
/ok to test |
Signed-off-by: Will Killian <[email protected]>
bb09517 to
2ca4c64
Compare
Member
|
/ok to test |
Signed-off-by: Will Killian <[email protected]>
Member
|
/ok to test |
Signed-off-by: Will Killian <[email protected]>
Member
|
/ok to test |
Signed-off-by: David Gardner <[email protected]>
Contributor
Author
|
/ok to test |
Signed-off-by: Will Killian <[email protected]>
Member
|
/ok to test |
Signed-off-by: Will Killian <[email protected]>
Member
|
/ok to test |
Signed-off-by: Will Killian <[email protected]>
Member
|
/ok to test |
willkill07
reviewed
Mar 6, 2025
Member
willkill07
left a comment
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.
Here are additional comments to aid in the review of this PR.
Signed-off-by: David Gardner <[email protected]>
Contributor
Author
|
/ok to test |
Contributor
|
Release container build doesn't work for me: |
Signed-off-by: Will Killian <[email protected]>
Member
|
/ok to test |
efajardo-nv
approved these changes
Mar 10, 2025
tzemicheal
approved these changes
Mar 10, 2025
Member
|
/merge |
dagardner-nv
added a commit
that referenced
this pull request
Mar 20, 2025
* Update CI runners * Improve version parsing * Improve catching any type of exception on import (rather than just `ImportError`-derived) * Several package updates for Python 3.12 compatibility * Code updates to align with Python 3.12 * Skip FAISS tests on Arm64 due to issue #2190 & upstream issue facebookresearch/faiss#3936 * Fix most documentation build warnings Closes #2181 - 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) - Matthew Roeschke (https://github.com/mroeschke) - Will Killian (https://github.com/willkill07) Approvers: - Eli Fajardo (https://github.com/efajardo-nv) - Tad ZeMicheal (https://github.com/tzemicheal) URL: #2184 Signed-off-by: David Gardner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
Breaking change
conda-build
Enables running the conda-build step on a PR
dependencies
Pull requests that update a dependency file
feature request
New feature or request
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
ImportError-derived)faiss-cpuon aarch64 target uses deprecated numpy API #2190 & upstream issuefaissfails to import on python==3.12 because of deprecatednumpy.distutilsfacebookresearch/faiss#3936Closes #2181
By Submitting this PR I confirm: