mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
Update requirements
This commit is contained in:
parent
7a16f753cc
commit
23944c3c10
|
|
@ -5,17 +5,17 @@ sphinx>=6.0.0,<7.0.0
|
|||
sphinx_rtd_theme==1.2.2
|
||||
tqdm==4.65
|
||||
psutil==5.9.0
|
||||
numexpr>=2.8.4
|
||||
numpy>=1.25.0
|
||||
opencv-python>=4.7.0.0
|
||||
numexpr>=2.8.7
|
||||
numpy>=1.26.0
|
||||
opencv-python>=4.9.0.0
|
||||
pillow==9.4.0
|
||||
scikit-learn>=1.2.2
|
||||
scikit-learn>=1.3.0
|
||||
fastcluster>=1.2.6
|
||||
matplotlib==3.7.1
|
||||
imageio==2.31.1
|
||||
imageio-ffmpeg==0.4.8
|
||||
matplotlib==3.8.0
|
||||
imageio==2.33.1
|
||||
imageio-ffmpeg==0.4.9
|
||||
ffmpy==0.3.0
|
||||
nvidia-ml-py>=11.525,<11.526
|
||||
nvidia-ml-py>=12.535,<12.536
|
||||
pytest==7.2.0
|
||||
pytest-mock==3.10.0
|
||||
tensorflow>=2.10.0,<2.11.0
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
tqdm>=4.65
|
||||
psutil>=5.9.0
|
||||
numexpr>=2.8.4
|
||||
numpy>=1.25.0
|
||||
opencv-python>=4.7.0.0
|
||||
numexpr>=2.8.7
|
||||
numpy>=1.26.0
|
||||
opencv-python>=4.9.0.0
|
||||
pillow>=9.4.0,<10.0.0
|
||||
scikit-learn>=1.2.2
|
||||
scikit-learn>=1.3.0
|
||||
fastcluster>=1.2.6
|
||||
matplotlib>=3.7.1
|
||||
imageio>=2.26.0
|
||||
imageio-ffmpeg>=0.4.8
|
||||
matplotlib>=3.8.0
|
||||
imageio>=2.33.1
|
||||
imageio-ffmpeg>=0.4.9
|
||||
ffmpy>=0.3.0
|
||||
pywin32>=228 ; sys_platform == "win32"
|
||||
pywin32>=305 ; sys_platform == "win32"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-r _requirements_base.txt
|
||||
# Exclude badly numbered Python2 version of nvidia-ml-py
|
||||
nvidia-ml-py>=11.525,<300
|
||||
nvidia-ml-py>=12.535,<300
|
||||
pynvx==1.0.0 ; sys_platform == "darwin"
|
||||
tensorflow>=2.10.0,<2.11.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user