Commit bdb8838
fix: pin torchcodec to 0.7.x for compatibility with PyTorch 2.8.x
torchcodec>=0.6.0 (upstream default) resolves to 0.10.0+ which requires
PyTorch 2.9. Scriberr ships PyTorch 2.8.x, causing a C++ ABI symbol
mismatch at load time. Pin to ~=0.7.0, the last release compatible with
PyTorch 2.8.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9fd0943 commit bdb8838
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
355 | 359 | | |
356 | 360 | | |
357 | 361 | | |
| |||
0 commit comments