# Core dependencies
pandas>=1.5.0
numpy>=1.22.0
pyyaml>=6.0
tqdm>=4.64.0
fire>=0.5.0

# PDF and image processing
pymupdf>=1.21.0
Pillow>=9.3.0

# LLM inference
vllm>=0.2.0
openai>=1.0.0

# Database and vector search
chromadb>=0.4.0
sqlalchemy>=2.0.0

# Output processing
xlsxwriter>=3.0.0
openpyxl>=3.0.10
