Skip to content

Commit 9d4fc44

Browse files
committed
Drop unused torchaudio from devel requirements
torchaudio is not imported anywhere in the repo, but CI's adjust-torch-versions.py pins it in lockstep with torch. torchaudio stopped tracking torch releases after 2.11 ('compatible with future versions of torch'), so on torch 2.14 CI resolves torchaudio==2.14.0, which does not exist, and every job fails at dependency install before running a single test.
1 parent 62dfb0b commit 9d4fc44

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

requirements/devel.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ datasets>=3.5.0
66
peft>=0.15.2
77

88
torchvision
9-
torchaudio

0 commit comments

Comments
 (0)