From e8b657b328afc56754dd57d777e8b997e15b6446 Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Tue, 24 Dec 2024 23:29:38 -0500 Subject: [PATCH] use imageio[ffmpeg] instead of pyav --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4b5eb5db..a7533d47d 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "tests-desktop": [ "pytest<8.0.0", "scipy", - "imageio[pyav]", + "imageio[ffmpeg]", "scikit-learn", "tqdm", "imgui-bundle",