Compare commits

...

1 Commits

Author SHA1 Message Date
Diksha
3150941c36 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 <cursoragent@cursor.com>
2026-05-11 18:13:39 +05:30

View File

@@ -45,6 +45,7 @@ numpy>=1.24.0
# Image/media for podcast # Image/media for podcast
Pillow>=10.0.0 Pillow>=10.0.0
matplotlib>=3.8.0
huggingface_hub>=1.1.4 huggingface_hub>=1.1.4
# TTS for podcast # TTS for podcast