Commit 160eda4
committed
[CI] Unpin triton in build requirements
The ROCm torch nightly 2.11.0+rocm7.14.0a20260625 bumped its triton
dependency from 3.6.x to 3.7.1, breaking the wheel build with:
Because torch==2.11.0+rocm... depends on triton==3.7.1+... and
you require triton==3.6.0, your requirements are unsatisfiable.
Remove the hard pin and let torch's metadata pull the matching triton
version. The constraints.txt generated by uv pip compile already
ensures a consistent torch+triton pair from the same nightly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Marcus Rosen <marcus.rosen@amd.com>1 parent f5fa386 commit 160eda4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments