mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
upgrade pyqt6 to 6.2.1
This commit is contained in:
parent
6f73fc0471
commit
6bdc87ae24
2 changed files with 2 additions and 2 deletions
|
@ -476,7 +476,7 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
|
|||
builder.install_pip_package('numexpr')
|
||||
builder.install_pip_package('opencv-python==4.5.3.56')
|
||||
builder.install_pip_package('opencv-contrib-python==4.5.3.56')
|
||||
builder.install_pip_package('pyqt6==6.2.0')
|
||||
builder.install_pip_package('pyqt6==6.2.1')
|
||||
builder.install_pip_package('onnx==1.10.1')
|
||||
|
||||
if backend == 'cuda':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue