This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Commit 4a6044b
authored
* [Fix] limit torch version installed by ultralytics to our max supported version
* Update max torch version to <1.14 as requested by @mgoin, this should be safe as after 1.13.1 next torch version on pypi is 2.0 https://pypi.org/project/torch/#history
* Refactor torch supported versions to a variable for a single source of truth
1 parent 4cfe8e2 commit 4a6044b
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
| |||
0 commit comments