From d98f325e3269b7f0d6fcef973745330fa1cccc20 Mon Sep 17 00:00:00 2001 From: RubenRWU Date: Mon, 16 Mar 2026 15:14:13 +0100 Subject: [PATCH] tried to fix buid rror by reducing package size --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 621cbb4..884ac7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,11 @@ +--extra-index-url https://download.pytorch.org/whl/cpu fastapi==0.135.1 openai==2.24.0 python-multipart==0.0.22 uvicorn==0.41.0 whisperx==3.8.1 -torch==2.8.0 +torch==2.8.0+cpu +torchaudio==2.8.0+cpu pyannote.audio>=3.3 python-dotenv==1.2.2 fpdf2