s1123725 commited on
Commit
9abdce8
·
verified ·
1 Parent(s): 3ba6402

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -22
requirements.txt CHANGED
@@ -1,22 +1,7 @@
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
 
1
+ gradio[oauth]==5.25.2
2
+ uvicorn>=0.14.0
3
+ smolagents
4
+ pyyaml
5
+ pytz
6
+ requests
7
+ pandas