From f6c61c10963b0d7918e9a725aca4e0af0927137a Mon Sep 17 00:00:00 2001 From: msdsm Date: Tue, 30 Sep 2025 03:29:03 +0900 Subject: [PATCH] add moviepy-dependency --- requirements_animate.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_animate.txt b/requirements_animate.txt index a5acafce..4ddfd934 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 \ No newline at end of file