From 4df1adfbe21f6e3f54c40c4a6afd7537c1e4bbe2 Mon Sep 17 00:00:00 2001 From: Diksha Date: Mon, 11 May 2026 18:13:39 +0530 Subject: [PATCH] fix(backend): add missing matplotlib dependency for podcast composer The podcast B-roll composer imports matplotlib for chart rendering, so adding it to backend requirements prevents import failures in fresh setups. Co-authored-by: Cursor --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index f322228c..fd66f596 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -45,6 +45,7 @@ numpy>=1.24.0 # Image/media for podcast Pillow>=10.0.0 +matplotlib>=3.8.0 huggingface_hub>=1.1.4 # TTS for podcast