Commit c3ad7e7
committed
fix(deps): switch from pip-compile to uv pip compile
Switches dependency compilation from pip-compile to uv pip compile to fix
Renovate compatibility issues with the --no-strip-extras flag.
Benefits:
- Renovate supports --no-strip-extras for uv pip compile
- 10-100x faster compilation times
- Aligns with unstructured and unstructured-inference
- Drop-in replacement with same command structure
Ref: Renovate pip-compile manager only supports --no-strip-extras for uv,
not for regular pip-compile1 parent e464c16 commit c3ad7e7
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments