Skip to content

Commit 1283b83

Browse files
committed
up
1 parent 13b7079 commit 1283b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def install_requirements(use_pytorch_nightly):
8181
# been installed on CI before this step, so pip won't reinstall them
8282
"torch==2.7.0" if use_pytorch_nightly else "torch",
8383
(
84-
"torchvision==0.23.0" if use_pytorch_nightly else "torchvision"
84+
"torchvision==0.22.0" if use_pytorch_nightly else "torchvision"
8585
), # For testing.
8686
]
8787

0 commit comments

Comments
 (0)