Compare commits
4 Commits
ec8cb467dc
...
fc1322e65d
Author | SHA1 | Date |
---|---|---|
|
fc1322e65d | |
|
3107f74165 | |
|
99704f3a18 | |
|
31f437ff79 |
|
@ -1,6 +1,6 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
|
|
||||||
numpy==1.23.5
|
numpy>=1.23.5,<2
|
||||||
opencv-python==4.8.1.78
|
opencv-python==4.8.1.78
|
||||||
onnx==1.16.0
|
onnx==1.16.0
|
||||||
insightface==0.7.3
|
insightface==0.7.3
|
||||||
|
@ -9,7 +9,7 @@ tk==0.1.0
|
||||||
customtkinter==5.2.2
|
customtkinter==5.2.2
|
||||||
pillow==9.5.0
|
pillow==9.5.0
|
||||||
torch==2.0.1+cu118; sys_platform != 'darwin'
|
torch==2.0.1+cu118; sys_platform != 'darwin'
|
||||||
torch==2.0.1; sys_platform == 'darwin'
|
torch==2.2.0; sys_platform == 'darwin'
|
||||||
torchvision==0.15.2+cu118; sys_platform != 'darwin'
|
torchvision==0.15.2+cu118; sys_platform != 'darwin'
|
||||||
torchvision==0.15.2; sys_platform == 'darwin'
|
torchvision==0.15.2; sys_platform == 'darwin'
|
||||||
onnxruntime==1.18.0; sys_platform == 'darwin' and platform_machine != 'arm64'
|
onnxruntime==1.18.0; sys_platform == 'darwin' and platform_machine != 'arm64'
|
||||||
|
|
Loading…
Reference in New Issue