mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-16 10:03:42 -07:00
update modules versions
This commit is contained in:
parent
1f1b7bf376
commit
e6787518d3
2 changed files with 4 additions and 4 deletions
|
@ -475,10 +475,10 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
|
|||
builder.install_pip_package('h5py')
|
||||
builder.install_pip_package('numexpr')
|
||||
builder.install_pip_package('protobuf==3.20.1')
|
||||
builder.install_pip_package('opencv-python==4.6.0.66')
|
||||
builder.install_pip_package('opencv-contrib-python==4.6.0.66')
|
||||
builder.install_pip_package('opencv-python==4.7.0.68')
|
||||
builder.install_pip_package('opencv-contrib-python==4.7.0.68')
|
||||
builder.install_pip_package('pyqt6==6.4.0')
|
||||
builder.install_pip_package('onnx==1.12.0')
|
||||
builder.install_pip_package('onnx==1.13.0')
|
||||
|
||||
if backend == 'cuda':
|
||||
#builder.install_pip_package('torch==1.10.0+cu113 torchvision==0.11.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue