Skip to content

Commit fe94b8c

Browse files
committed
chore(uv): more locking fixes for macos
1 parent 21a0eea commit fe94b8c

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)