Commit f5a4634
ci: pip install -U transformers to override wheel's <5 constraint
The continuous-release wheel is built from main which still has
transformers<5 in its metadata. pip install without -U sees 4.57.6
already satisfied and won't upgrade to v5.x. Adding -U forces the
upgrade past the baked-in constraint.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 39ea989 commit f5a4634
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments