Add torchaudio to requirements

toolkit/config_modules.py imports torchaudio but it is not declared,
so a fresh pip install -r requirements.txt produces an environment
that cannot import the toolkit.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Dylan Matlow 2026-08-07 13:21:15 -04:00
parent 9171d5ec1d
commit 0cbdac5a20
1 changed files with 1 additions and 0 deletions

View File

@ -38,5 +38,6 @@ matplotlib==3.10.1
setuptools>=77.0.3
av==16.0.1
torchcodec==0.9.1
torchaudio
librosa==0.11.0
mutagen==1.47.0