Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 9c619fb

Browse files
committed
update pyqt version
1 parent 201fa2c commit 9c619fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
1010
RUN git clone https://github.com/iperov/DeepFaceLive.git
1111

1212
RUN python -m pip install --upgrade pip
13-
RUN python -m pip install onnxruntime-gpu==1.12.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.6.0.66 opencv-contrib-python==4.6.0.66 pyqt6==6.3.1 onnx==1.12.0 torch==1.10.0 torchvision==0.11.1
13+
RUN python -m pip install onnxruntime-gpu==1.12.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.6.0.66 opencv-contrib-python==4.6.0.66 pyqt6==6.4.0 onnx==1.12.0 torch==1.10.0 torchvision==0.11.1
1414

1515
RUN apt install -y libnvidia-compute-$NV_VER
1616

build/windows/WindowsBuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.7.9', backe
477477
builder.install_pip_package('protobuf==3.20.1')
478478
builder.install_pip_package('opencv-python==4.6.0.66')
479479
builder.install_pip_package('opencv-contrib-python==4.6.0.66')
480-
builder.install_pip_package('pyqt6==6.3.1')
480+
builder.install_pip_package('pyqt6==6.4.0')
481481
builder.install_pip_package('onnx==1.12.0')
482482

483483
if backend == 'cuda':

0 commit comments

Comments
 (0)