Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies = [
"qwen-vl-utils",
"transformer-engine[pytorch,core_cu13]",
"mamba-ssm",
"nvidia-resiliency-ext",
"nvidia-resiliency-ext~=0.4.1",
"causal-conv1d",
"flash-linear-attention",
"timm",
Expand Down Expand Up @@ -116,7 +116,8 @@ override-dependencies = [
"mlflow>=3.5.0",
"cryptography>=43.0.0,<47",
"nvidia-modelopt>=0.42.0a0",
"urllib3>=2.6.3" # To address CVE-2026-21441
"urllib3>=2.6.3", # To address CVE-2026-21441
"nemo-run @ git+https://github.com/NVIDIA/NeMo-Run.git@ebf34079777f977158ce2c098838c2d26ccb8fd8"
]
Comment thread
ko3n1g marked this conversation as resolved.

[[tool.uv.index]]
Expand Down
Loading
Loading