Commit da4060a
authored
feat: add macOS support to uv lockfile and torch sources (#61)
The lockfile was restricted to `sys_platform == 'linux'`, so `uv run
pixelshot` failed on macOS. Add darwin to the environments list, gate
the CUDA torch index and nvidia-cudnn override behind a Linux marker so
macOS resolves CPU-only wheels from PyPI instead.1 parent 1119c84 commit da4060a
2 files changed
Lines changed: 548 additions & 236 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments