mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-09-26 20:31:28 +08:00
Update requirements.txt
This commit is contained in:

committed by
GitHub

parent
a3af249ea6
commit
2f67e2f159
@@ -1,4 +1,4 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/cu121
|
||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||
|
||||
numpy>=1.23.5,<2
|
||||
typing-extensions>=4.8.0
|
||||
@@ -10,10 +10,10 @@ psutil==5.9.8
|
||||
tk==0.1.0
|
||||
customtkinter==5.2.2
|
||||
pillow==11.1.0
|
||||
torch==2.5.1+cu121; sys_platform != 'darwin'
|
||||
torch==2.5.1+cu121; sys_platform == 'darwin'
|
||||
torch==2.5.1+cu118; sys_platform != 'darwin'
|
||||
torch==2.5.1+cu118; sys_platform == 'darwin'
|
||||
torchvision==0.20.1; sys_platform != 'darwin'
|
||||
torchvision==0.20.1+cu121; sys_platform == 'darwin'
|
||||
torchvision==0.20.1+cu118; sys_platform == 'darwin'
|
||||
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
||||
onnxruntime-gpu==1.16.3; sys_platform != 'darwin'
|
||||
tensorflow; sys_platform != 'darwin'
|
||||
|
Reference in New Issue
Block a user