upd builder dependencies

This commit is contained in:
iperov 2021-11-14 23:51:50 +04:00
parent b3dfc5676b
commit fc0885f6a8
2 changed files with 3 additions and 2 deletions

View file

@ -470,8 +470,9 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
clear_release_path=True)
# PIP INSTALLATIONS
builder.install_pip_package('numpy==1.21.3')
builder.install_pip_package('h5py')
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')