mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-15 09:33:45 -07:00
upgrade numpy==1.21.3 pyqt6==6.2.0
This commit is contained in:
parent
f0a6e2ce6c
commit
dedacc9753
1 changed files with 2 additions and 2 deletions
|
@ -471,11 +471,11 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
|
||||||
|
|
||||||
# PIP INSTALLATIONS
|
# PIP INSTALLATIONS
|
||||||
|
|
||||||
builder.install_pip_package('numpy==1.21.2')
|
builder.install_pip_package('numpy==1.21.3')
|
||||||
builder.install_pip_package('numexpr')
|
builder.install_pip_package('numexpr')
|
||||||
builder.install_pip_package('opencv-python==4.5.3.56')
|
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('opencv-contrib-python==4.5.3.56')
|
||||||
builder.install_pip_package('pyqt6==6.1.1')
|
builder.install_pip_package('pyqt6==6.2.0')
|
||||||
builder.install_pip_package('onnx==1.10.1')
|
builder.install_pip_package('onnx==1.10.1')
|
||||||
|
|
||||||
if backend == 'cuda':
|
if backend == 'cuda':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue