Commit 9fd0943
fix: move override-dependencies to correct TOML scope [tool.uv]
The override-dependencies key was placed after [tool.uv.sources], causing
it to be parsed as tool.uv.sources.override-dependencies instead of
tool.uv.override-dependencies. uv would silently ignore it, meaning
torchcodec was never actually excluded on Linux aarch64.
https://claude.ai/code/session_01YMyUwpk577EradV93tMMqS1 parent 6221843 commit 9fd0943
1 file changed
Lines changed: 5 additions & 4 deletions
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments