chore: upgrade Python 3.13.13, sglang 0.5.10, mlflow, pytest, flash-infer#2243
Merged
chore: upgrade Python 3.13.13, sglang 0.5.10, mlflow, pytest, flash-infer#2243
Conversation
Contributor
Author
|
/ok to test fdb6ff1 |
Contributor
Author
|
/ok to test b28bd27 |
bac53bc to
7fb7919
Compare
Contributor
Author
|
/ok to test 7fb7919 |
7fb7919 to
b28bd27
Compare
Contributor
Author
|
/ok to test b28bd27 |
1 similar comment
Contributor
Author
|
/ok to test b28bd27 |
This PR upgrades Python from 3.13.11 to 3.13.13 and uv from 0.11.3 to 0.11.6 across the NeMo-RL codebase. Changes Made: - Updated `.python-version` to 3.13.13 - Updated `pyproject.toml` `requires-python` to `>=3.13.13` - Updated `Dockerfile` to use Python 3.13.13 and uv 0.11.6 - Updated `Dockerfile.ngc_pytorch` to use uv 0.11.6 - Updated `pyrefly.toml` python-version to 3.13.13 - Updated `.claude/skills/code-style/SKILL.md` to Python 3.13.13+ - Updated `research/template_project/` files to Python 3.13.13 - Regenerated `uv.lock` with Python 3.13.13 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Kajal Jain <kajalj@nvidia.com>
Upgrade sglang to official v0.5.10 release with separate flashinfer versions for vllm and sglang extras. Changes Made: - Upgraded sglang: JustinTong0323 fork v0.5.7.dev0 → official sgl-project/sglang v0.5.10 - Kernel package renamed: sgl-kernel 0.3.21 → sglang-kernel 0.4.1 - Updated sglang dependencies to v0.5.10 requirements: * flashinfer: 0.6.4 → 0.6.7.post2 * nvidia-cutlass-dsl: >=4.3.4 → >=4.4.1 * quack-kernels: 0.2.4 → >=0.3.0 * Added: flash-attn-4>=4.0.0b4, watchfiles, mistral_common>=1.9.0 * Added: smg-grpc-servicer>=0.5.0 (replaced grpcio packages) * Updated: torchcodec 0.8.0 → 0.9.1 - Configured per-extra flashinfer versions (mutually exclusive): * vllm 0.17.1: flashinfer-python==0.6.4, flashinfer-cubin==0.6.4 * sglang 0.5.10: flashinfer-python==0.6.7.post2, flashinfer-cubin==0.6.7.post2 - Removed flashinfer from global override-dependencies - Added flashinfer>=0.5.0 override to relax megatron-core constraint - Updated global overrides: * nvidia-cutlass-dsl: >=4.2.1 → >=4.4.1 * Kept xgrammar at 0.1.33 (override for sglang's 0.1.32) - Updated all references: sgl-kernel → sglang-kernel in: * [tool.uv.sources] * [project.optional-dependencies] * [tool.uv] extra-build-variables * no-build-isolation-package * [tool.uv.extra-build-dependencies] * [[tool.uv.dependency-metadata]] - Regenerated uv.lock with Python 3.13.13 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Kajal Jain <kajalj@nvidia.com>
Update mlflow minimum version to 3.11.1 in core dependencies and override-dependencies. Changes: - Updated mlflow: >=3.9.0rc0 → >=3.11.1 - Updated in uv.lock: v3.10.1 → v3.11.1 (mlflow, mlflow-skinny, mlflow-tracing) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Kajal Jain <kajalj@nvidia.com>
Add override dependency to upgrade pytest to 9.0.3. Changes: - Added pytest>=9.0.3 to override-dependencies - Updated in uv.lock: v9.0.2 → v9.0.3 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Kajal Jain <kajalj@nvidia.com>
b28bd27 to
83164ef
Compare
Contributor
Author
|
/ok to test 83164ef |
thomasdhc
approved these changes
Apr 10, 2026
terrykong
approved these changes
Apr 10, 2026
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.
Summary
This PR upgrades Python from 3.13.11 to 3.13.13, uv from 0.11.3 to 0.11.6, sglang from 0.5.7.dev0 to the official v0.5.10 release, mlflow from 3.9.0rc0 to 3.11.1, and pytest to 9.0.3 across the NeMo-RL codebase.
Python & uv Upgrade (3.13.11 → 3.13.13, uv 0.11.3 → 0.11.6)
Changes Made
.python-versionto 3.13.13pyproject.tomlrequires-pythonto>=3.13.13Dockerfileto use Python 3.13.13 and uv 0.11.6Dockerfile.ngc_pytorchto use uv 0.11.6pyrefly.tomlpython-version to 3.13.13.claude/skills/code-style/SKILL.mdto Python 3.13.13+research/template_project/files to Python 3.13.13uv.lockwith Python 3.13.13SGLang Upgrade (0.5.7.dev0 → 0.5.10)
Major Changes
sgl-kernel0.3.21 →sglang-kernel0.4.1 (major kernel refactor)SGLang v0.5.10 Dependencies Updated
flash-attn-4>=4.0.0b4watchfilesmistral_common>=1.9.0smg-grpc-servicer>=0.5.0(replaced separate grpcio packages)Package Renaming (sgl-kernel → sglang-kernel)
MLflow Upgrade (3.9.0rc0 → 3.11.1)
Changes Made
mlflowin core dependencies: >=3.9.0rc0 → >=3.11.1mlflowin override-dependencies: >=3.9.0rc0 → >=3.11.1Pytest Override Upgrade (9.0.2 → 9.0.3)
🤖 Generated with Claude Code