# Evaluation Framework Requirements # Python 3.11+ # HTTP client httpx>=0.27.0 # Data analysis pandas>=2.2.0 numpy>=1.26.0 # Statistics scipy>=1.13.0 # CLI and output rich>=13.7.0 typer>=0.9.0 # JSON handling pydantic>=2.6.0 # Async support asyncio>=3.4.3 # Environment variables python-dotenv>=1.0.0