From 913ff37fe5159aa2508e7b1fa7b02b59891a6fc2 Mon Sep 17 00:00:00 2001 From: Begum Cig Date: Fri, 6 Mar 2026 15:31:22 +0000 Subject: [PATCH] build: unpin torchao now that the bug is fixed in diffusers v0.37.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdf474f3..1c96a319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ dependencies = [ "ctranslate2==4.6.0", "whisper-s2t==1.3.1", "hqq==0.2.7.post1", - "torchao>=0.12.0,<0.16.0", # 0.16.0 breaks diffusers 0.36.0, torch+torch: https://github.com/pytorch/ao/issues/2919#issue-3375688762 + "torchao>=0.12.0", "gliner; python_version >= '3.11'", "piq", "opencv-python",