[build] fix: restore nemo_automodel in requirements_speechlm2.txt#15662
Merged
Conversation
Restore nemo_automodel as a plain PyPI dependency in requirements/requirements_speechlm2.txt. It was unintentionally dropped in #15659 along with the direct git URL form that was blocking PyPI/TestPyPI publish (`400 Can't have direct dependency`). The plain name avoids that failure mode while keeping the runtime dep declared where users expect it. Signed-off-by: oliver könig <okoenig@nvidia.com>
pzelasko
approved these changes
May 4, 2026
Contributor
|
[🤖]: Hi @ko3n1g 👋, We wanted to let you know that a CICD pipeline for this PR just finished successfully. So it might be time to merge this PR or get some approvals. |
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.
Claude summary
What does this PR do?
Restores
nemo_automodelinrequirements/requirements_speechlm2.txtafter it was unintentionally dropped in #15659.Why
#15659 removed the line
to unblock PyPI/TestPyPI wheel publishing, which rejects direct URL / VCS deps with
400 Can't have direct dependency. Removing thenemo_automodelentry entirely was an accident — the dep is still required at runtime for the speechlm2 extra and should be declared in the requirements file users look at.Fix
Re-add
nemo_automodelas a plain PyPI dep (no@ git+...URL), so the wheel publish keeps working while the dependency is once again visible in the requirements file:+nemo_automodel flashoptim