Spaces:
ALSv
/
Runtime error

ALSv commited on
Commit
6f3d3bb
·
verified ·
1 Parent(s): 566044b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 opzionale, se vuoi modelli aggiuntivi
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