Update requirements.txt
Browse files- requirements.txt +0 -3
requirements.txt
CHANGED
@@ -10,9 +10,6 @@ customtkinter==5.2.0
|
|
10 |
tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
|
11 |
tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
12 |
pillow==10.0.0
|
13 |
-
onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
14 |
-
onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
15 |
-
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|
16 |
onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
|
17 |
tensorflow==2.13.0
|
18 |
opennsfw2==0.10.2
|
|
|
10 |
tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
|
11 |
tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
12 |
pillow==10.0.0
|
|
|
|
|
|
|
13 |
onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
|
14 |
tensorflow==2.13.0
|
15 |
opennsfw2==0.10.2
|