# Production-ready dependency versions for Sophia # Last updated: 2025-08-08 # Core AI and ML dependencies - pinned for stability torch==2.1.2 transformers==4.36.2 accelerate==0.25.0 safetensors==0.4.1 groq==0.4.1 # Core Python dependencies - pinned versions numpy==1.24.4 requests==2.31.0 typing-extensions==4.8.0 pydantic==2.5.2 httpx==0.25.2 # Hugging Face ecosystem - stable versions huggingface-hub==0.19.4 tokenizers==0.15.0 # Utilities - production versions tqdm==4.66.1 pyyaml==6.0.1 regex==2023.10.3 packaging==23.2 filelock==3.13.1 fsspec==2023.12.2 jinja2==3.1.2 networkx==3.2.1 setuptools==69.0.3 sympy==1.12 distro==1.8.0 # Web scraping and parsing beautifulsoup4==4.12.2 urllib3==2.0.7 # Optional: vllm (commented out for Python 3.13+ compatibility) # vllm==0.2.6 # Only for Python 3.9-3.12 # Production logging and monitoring structlog==23.2.0 # Security enhancements cryptography>=41.0.7 # For secure configurations