Spaces:
Runtime error
Runtime error
imseldrith
commited on
Commit
•
be505d9
1
Parent(s):
a6316cc
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -10,6 +10,7 @@ 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'
|
|
|
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 |
+
python-telegram-bot
|
14 |
onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
15 |
onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
16 |
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|