Skip to content

Commit 7547784

Browse files
lsteinebr
andauthored
Update installer/lib/installer.py
Co-authored-by: Eugene Brodsky <[email protected]>
1 parent e82641d commit 7547784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/lib/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def install_torch(self, extra_index_url=None, find_links=None):
252252
"install",
253253
"--require-virtualenv",
254254
"torch~=1.13.1",
255-
"torchvision>=0.14.1",
255+
"torchvision~=0.14.1",
256256
"--force-reinstall",
257257
"--find-links" if find_links is not None else None,
258258
find_links,

0 commit comments

Comments
 (0)