From 4c755f64834d5b051191e6835fbb700626e879ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 28 Sep 2022 11:12:51 +1300 Subject: [PATCH] Add ffmpeg to generate video animations in the matplotlib tutorial --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 92affe4..c6efd40 100644 --- a/environment.yml +++ b/environment.yml @@ -4,6 +4,7 @@ channels: - defaults dependencies: - box2d-py=2.3 # used only in chapter 18, exercise 8 + - ffmpeg=5.1 # used only in the matplotlib tutorial to generate animations - graphviz # used only in chapter 6 for dot files - python-graphviz # used only in chapter 6 for dot files - ipython=8.5 # a powerful Python shell