faceswap/requirements/_requirements_base.txt

16 lines
378 B
Plaintext

tqdm>=4.65
psutil>=5.9.0
numexpr>=2.8.7
numpy>=1.26.0,<2.0.0
opencv-python>=4.9.0.0,<4.12.0.0 # >=4.12 pulls in numpy2.x
pillow>=9.4.0,<10.0.0
scikit-learn>=1.3.0
fastcluster>=1.2.6
matplotlib>=3.8.0
imageio>=2.33.1
# 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
pywin32>=305 ; sys_platform == "win32"