Skip to content

Commit a050c03

Browse files
committed
test
1 parent aba852f commit a050c03

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
@@ -85,7 +85,7 @@ def install_requirements(use_pytorch_nightly):
8585
]
8686

8787
EXAMPLES_REQUIREMENTS = [
88-
f"torchaudio==2.6.0.{NIGHTLY_VERSION}",
88+
f"torchaudio==2.6.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
8989
]
9090

9191
# Assemble the list of requirements to actually install.

0 commit comments

Comments
 (0)