# Core dependencies
anthropic>=0.18.1
google-generativeai>=0.3.2
python-dotenv>=1.0.0
pydantic>=2.0.0

# Docker support for code execution
docker>=6.1.0

# RAG system dependencies
sentence-transformers>=2.2.0
faiss-cpu>=1.7.4
transformers>=4.38.0
torch>=2.0.0
numpy>=1.24.0

# Development dependencies
pytest>=8.0.0
pytest-asyncio>=0.25.0
pytest-cov>=6.0.0
black>=24.0.0
isort>=5.0.0
mypy>=1.8.0

# Optional GPU support
# Uncomment these if you want to use GPU acceleration
# faiss-gpu>=1.7.4
# torch>=2.0.0+cu118  # CUDA 11.8 version 