Skip to content

Commit f1e4758

Browse files
committed
fix torch version
1 parent bb299f5 commit f1e4758

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
@@ -59,7 +59,7 @@ def install_requirements(use_pytorch_nightly):
5959
# that we don't need to set any version number there because they have already
6060
# been installed on CI before this step, so pip won't reinstall them
6161
(
62-
f"torch==${TORCH_VERSION}.{NIGHTLY_VERSION}"
62+
f"torch=={TORCH_VERSION}.{NIGHTLY_VERSION}"
6363
if use_pytorch_nightly
6464
else "torch"
6565
),

0 commit comments

Comments
 (0)