Final_Assignment / requirements.txt
GAIA Developer
⬆️ Upgrade Gradio from 5.25.2 to 5.34.0
fa91b3c
raw
history blame
861 Bytes
# GAIA Agent - Optimized Requirements for HuggingFace Space
# Core framework dependencies (always required)
gradio>=5.34.0
python-dotenv
requests>=2.28.0
# AI/ML core dependencies
smolagents
transformers
torch
huggingface_hub
# LLM integration
litellm
# Optional but recommended (with graceful fallbacks)
google-generativeai # For Gemini Vision and reasoning
Pillow # For image processing
PyPDF2 # For PDF file processing
yt-dlp # For YouTube video processing
pandas # For Excel/data processing
openpyxl # For Excel (.xlsx) support
xlrd # For legacy Excel (.xls) support
# Chess analysis (optional)
python-chess # For chess position analysis
stockfish # For chess engine analysis
# Research tools (optional)
pybaseball # For baseball data research