# PyTorch requirements for Blackwell GPU (sm_120) support # RTX PRO 6000 Blackwell requires PyTorch 2.5+ with CUDA 12.8+ # pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 # Install PyTorch with CUDA 12.8 (latest stable with Blackwell support) --index-url https://download.pytorch.org/whl/cu128 # Core PyTorch packages torch>=2.5.0 torchvision>=0.20.0 torchaudio>=2.5.0 # AI/ML Libraries (compatible with Python 3.11-3.13) llama-index>=0.12.0 llama-index-llms-ollama>=0.3.0 llama-index-embeddings-huggingface>=0.3.0 llama-index-vector-stores-chroma>=0.2.0 chromadb>=0.5.3 # MCP Protocol mcp>=1.0.0 # Web Framework & API flask>=3.0.0 flask-cors>=4.0.0 requests>=2.31.0 # Authentication & Security python-jose[cryptography]>=3.3.0 pyjwt>=2.8.0 # Database pymongo>=4.6.0 redis>=5.0.0 # Utilities python-dotenv>=1.0.0 pydantic>=2.9.0 pydantic-settings>=2.5.0 # Python version constraint # NOTE: Python 3.11 or 3.12 recommended for best compatibility