File size: 661 Bytes
b67abc1
 
cfa154c
7963312
b67abc1
 
 
cfa154c
b67abc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Core dependencies
gradio==4.44.0
requests
pandas==2.0.3
numpy==1.24.3

# SmolaAgent framework - lightweight agent framework
smolagents

# Image processing (lightweight)
Pillow==10.0.1

# Plotting (lightweight alternative to matplotlib)
matplotlib==3.7.2

# JSON and data processing
pathlib

# Web search
duckduckgo-search==3.9.6

# LLM integration (lightweight)
litellm==1.44.14

# Optional: For better performance with limited resources
psutil==5.9.5

# File processing utilities
openpyxl==3.1.2  # For Excel files if needed
python-magic==0.4.27  # For file type detection

# Math and scientific computing (minimal)
sympy==1.12  # For symbolic math if needed