Commit 60acb03
committed
Add explicit PyTorch dependency with platform-specific constraints
- Add torch as explicit dependency with environment markers
- Constrain macOS Intel to PyTorch <2.7.0 due to wheel availability issues
- Allow broader ranges for other platforms with better wheel support
- Fixes 'Unable to find installation candidates for torch (2.8.0)' on macOS Intel
- Ensures PyTorch compatibility across Windows, macOS (Intel/ARM), and Linux1 parent 238c2c7 commit 60acb03
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
| |||
0 commit comments