mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-09-07 00:06:35 +02:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c54c8f3105 |
+3
-3
@@ -2,16 +2,16 @@ numpy>=1.23.5,<2
|
||||
typing-extensions>=4.8.0
|
||||
opencv-python==4.10.0.84
|
||||
cv2_enumerate_cameras==1.1.15
|
||||
onnx==1.18.0
|
||||
onnx==1.21.0
|
||||
insightface==0.7.3
|
||||
psutil==5.9.8
|
||||
PySide6>=6.7,<7
|
||||
pillow==12.1.1
|
||||
pillow==12.2.0
|
||||
tqdm>=4.65.0
|
||||
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
||||
onnxruntime-gpu==1.23.2; sys_platform != 'darwin'
|
||||
tensorflow>=2.15.0; sys_platform != 'darwin'
|
||||
tensorflow>=2.15.0; sys_platform == 'darwin' and python_version < '3.13'
|
||||
opennsfw2==0.10.2
|
||||
protobuf==4.25.1
|
||||
protobuf==5.29.6
|
||||
pygrabber; sys_platform == 'win32'
|
||||
|
||||
Reference in New Issue
Block a user