Commit 147a593
fix: exempt sympy from exclude-newer to fix llama_stack CI
sympy packages on the PyTorch wheel index are missing upload dates; uv
falls back to the request timestamp which lands within the 24h window,
causing torch (which requires sympy>=1.13.3 for cp314 support) to become
unresolvable. Setting sympy = "0 days" disables the cutoff for this package.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 848c277 commit 147a593
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments