From ecd561b61f18bbdcbac48b4929a12bb6508a9d8f Mon Sep 17 00:00:00 2001 From: john Date: Sun, 3 Mar 2024 11:25:28 -0600 Subject: [PATCH] Temporary workaround for depency issue https://github.com/Zulko/moviepy/issues/2072. Closes https://github.com/nadermx/backgroundremover/issues/102 and https://github.com/nadermx/backgroundremover/issues/121 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9241c25..8235629 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ filetype>=1.0.7 hsh>=1.1.0 more_itertools>=8.7.0 moviepy>=1.0.3 -Pillow>=8.1.1 +Pillow>=8.1.1,<10.0.0 ffmpeg-python