Update requirements.txt

pull/932/head
Kenneth Estanislao 2025-02-09 14:17:49 +08:00 committed by GitHub
parent a3af249ea6
commit 2f67e2f159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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'