From 0775ee385e7f2d1badd3cc3b5484f31f2019b301 Mon Sep 17 00:00:00 2001 From: RodriMora Date: Sat, 20 Sep 2025 00:41:43 +0200 Subject: [PATCH] Update requirements_animate.txt Moviepy dependency was missing --- requirements_animate.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_animate.txt b/requirements_animate.txt index a5acafce..87a55189 100644 --- a/requirements_animate.txt +++ b/requirements_animate.txt @@ -5,4 +5,5 @@ pandas matplotlib -e git+https://github.com/facebookresearch/sam2.git@0e78a118995e66bb27d78518c4bd9a3e95b4e266#egg=SAM-2 loguru -sentencepiece \ No newline at end of file +sentencepiece +moviepy