Skip to content

Commit f738dda

Browse files
committed
Set upper limit on torchaudio version, because of breaking changes
1 parent f137bd5 commit f738dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def find_version(*file_paths):
3939
install_requires=[
4040
"julius>=0.2.3,<0.3",
4141
"torch>=1.7.0",
42-
"torchaudio>=0.9.0",
42+
"torchaudio>=0.9.0,<2.9",
4343
"torch-pitch-shift>=1.2.2",
4444
],
4545
extras_require={"extras": ["PyYAML"]},

0 commit comments

Comments
 (0)