Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,22 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
requests>=2.31.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|