Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -21,8 +21,11 @@ customtkinter==5.2.0
|
|
| 21 |
tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
|
| 22 |
tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
| 23 |
|
| 24 |
-
# TensorFlow
|
| 25 |
tensorflow==2.13.0
|
| 26 |
|
| 27 |
# Protobuf (compatibilità modelli)
|
| 28 |
protobuf==4.23.4
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
|
| 22 |
tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
| 23 |
|
| 24 |
+
# TensorFlow
|
| 25 |
tensorflow==2.13.0
|
| 26 |
|
| 27 |
# Protobuf (compatibilità modelli)
|
| 28 |
protobuf==4.23.4
|
| 29 |
+
|
| 30 |
+
# Typing extensions compatibile con TensorFlow 2.13
|
| 31 |
+
typing-extensions>=3.6.6,<4.6.0
|