mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 16:17:48 +00:00
conda env bug fix- ffmpeg from conda
This commit is contained in:
parent
06f78bf28f
commit
91580ed4a3
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ channels:
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.7
|
- python=3.7
|
||||||
- cairo
|
- cairo
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- colour==0.1.5
|
- colour==0.1.5
|
||||||
- numpy==1.15.0
|
- numpy==1.15.0
|
||||||
- pillow==5.2.0
|
- pillow==5.2.0
|
||||||
|
|
@ -14,5 +14,6 @@ dependencies:
|
||||||
- opencv==3.4.2
|
- opencv==3.4.2
|
||||||
- pycairo==1.18.0
|
- pycairo==1.18.0
|
||||||
- pydub==0.23.0
|
- pydub==0.23.0
|
||||||
|
- ffmpeg
|
||||||
- pip:
|
- pip:
|
||||||
- pyreadline
|
- pyreadline
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue