From 2e9606d6456d05788c97937d23ef563e57121f5e Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 16 Dec 2025 05:07:55 +0000 Subject: [PATCH] update deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c4738a..a36856f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.11" dependencies = [ "ariautils @ git+https://github.com/EleutherAI/aria-utils.git", "torch>=2.3", - "torchaudio", + "torchaudio <= 2.5", "safetensors", "librosa", "tqdm",