Spaces:
Runtime error
Runtime error
Deploy GAIA agent
Browse files- requirements.txt +5 -33
requirements.txt
CHANGED
@@ -1,34 +1,6 @@
|
|
1 |
-
# Core dependencies
|
2 |
-
gradio==4.44.0
|
3 |
-
requests
|
4 |
-
pandas==2.0.3
|
5 |
-
numpy==1.24.3
|
6 |
-
|
7 |
-
# SmolaAgent framework - lightweight agent framework
|
8 |
smolagents
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
matplotlib==3.7.2
|
15 |
-
|
16 |
-
# JSON and data processing
|
17 |
-
pathlib
|
18 |
-
|
19 |
-
# Web search
|
20 |
-
duckduckgo-search==3.9.6
|
21 |
-
|
22 |
-
# LLM integration (lightweight)
|
23 |
-
litellm==1.44.14
|
24 |
-
beautifulsoup4==4.12.3
|
25 |
-
|
26 |
-
# Optional: For better performance with limited resources
|
27 |
-
psutil==5.9.5
|
28 |
-
|
29 |
-
# File processing utilities
|
30 |
-
openpyxl==3.1.2 # For Excel files if needed
|
31 |
-
python-magic==0.4.27 # For file type detection
|
32 |
-
|
33 |
-
# Math and scientific computing (minimal)
|
34 |
-
sympy==1.12 # For symbolic math if needed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
smolagents
|
2 |
+
gradio
|
3 |
+
requests
|
4 |
+
pandas
|
5 |
+
litellm
|
6 |
+
beautifulsoup4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|