From d53b5272d15079ebfa731569e5816c30926c02c6 Mon Sep 17 00:00:00 2001 From: therealfish Date: Thu, 26 Sep 2024 10:07:27 -0400 Subject: [PATCH] Update requirements.txt ModuleNotFoundError: No module named 'skvideo' added: scikit-video latest --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02c09874..a12fc673 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ imageio>=2.35.1 imageio-ffmpeg>=0.5.1 openai>=1.45.0 moviepy>=1.0.3 -pillow==9.5.0 \ No newline at end of file +pillow==9.5.0 +scikit-video