Skip to content

Commit c1dd556

Browse files
chore(uv): more locking fixes for macos (#309)
* Address more locking failure modes for dependabot --------- Signed-off-by: Matt Kornfield <mkornfield@nvidia.com> Co-authored-by: Kendrick Boyd <kendrickb@nvidia.com>
1 parent 21a0eea commit c1dd556

2 files changed

Lines changed: 296 additions & 328 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ cpu = [
133133
"transformers==4.57.3",
134134
"triton>=2.0.0; sys_platform=='linux'",
135135
"trl>=0.23.0",
136-
"unsloth[cu128-torch291]==2025.12.4",
137-
"unsloth_zoo==2025.12.4",
138-
"vllm==0.15.0",
136+
"unsloth[cu128-torch291]==2025.12.4; sys_platform=='linux'",
137+
"unsloth_zoo==2025.12.4; sys_platform=='linux'",
138+
"vllm==0.15.0; sys_platform=='linux'",
139139
]
140140

141141
cu128 = [

0 commit comments

Comments
 (0)