s1123725 commited on
Commit
19dc563
·
verified ·
1 Parent(s): 8b192c0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -5
requirements.txt CHANGED
@@ -1,6 +1,22 @@
1
- gradio>=4.0.0
 
 
 
 
 
 
2
  requests>=2.31.0
3
- pandas>=2.0.0
4
- numpy>=1.24.0
5
- lxml>=4.9.0
6
- html5lib>=1.1
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python version
2
+ python>=3.10
3
+
4
+ # SmolAgents
5
+ smolagents>=0.2.3
6
+
7
+ # Hugging Face API
8
  requests>=2.31.0
9
+ transformers>=4.36.0
10
+ torch>=2.1.0
11
+
12
+ # YAML support
13
+ PyYAML>=6.0
14
+
15
+ # Timezone support
16
+ pytz>=2023.3
17
+
18
+ # Gradio UI
19
+ gradio>=3.52.0
20
+
21
+ # Optional: pandas if you want to show results in tables
22
+ pandas>=2.1.0