mirror of
https://github.com/deepfakes/faceswap
synced 2025-06-07 10:43:27 -04:00
Pin imageio-ffmpeg to <0.6.0
This commit is contained in:
parent
41b61f96a4
commit
5212589242
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ scikit-learn>=1.3.0
|
||||||
fastcluster>=1.2.6
|
fastcluster>=1.2.6
|
||||||
matplotlib>=3.8.0
|
matplotlib>=3.8.0
|
||||||
imageio>=2.33.1
|
imageio>=2.33.1
|
||||||
imageio-ffmpeg>=0.4.9
|
# ffmpeg binary >=0.6.0 breaks convert.
|
||||||
|
# TODO fix convert to use latest binary
|
||||||
|
imageio-ffmpeg>=0.4.9,<0.6.0
|
||||||
ffmpy>=0.3.0
|
ffmpy>=0.3.0
|
||||||
pywin32>=305 ; sys_platform == "win32"
|
pywin32>=305 ; sys_platform == "win32"
|
||||||
|
|
Loading…
Add table
Reference in a new issue