Commit 2760ae1
[release/2.6] Remove --no-index and --no-deps flags (#2103)
Removing --no-deps and --no-index flags because the old setuptools was
installing the requirements of the torch wheel along with those of the
torchvision wheel when using the old setuptools version (<80.0.1) and in
versions greater than setuptools 80.0.1, the new setuptools does not
install the requirements of the torch wheel and torchvision wheel.
Resolves
https://ontrack-internal.amd.com/browse/SWDEV-531011
Validation:
http://rocm-ci.amd.com/job/framework-pytorch-2.6-ub22-py3.10-ci_rel-6.4-preview/60/1 parent f717b2a commit 2760ae1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments