# ════════════════════════════════════════════════════════════════════════════════ # K1RL QUASAR — MINIMAL REQUIREMENTS # Only packages actually used in the codebase # VERSION: 2.4 | 2026-03-30 # ════════════════════════════════════════════════════════════════════════════════ # PyTorch index — must be declared before torch --extra-index-url https://download.pytorch.org/whl/cpu # Core ML/Neural Network — CPU-only torch torch==2.1.0+cpu numpy==1.24.3 # Web Framework & WebSocket fastapi==0.104.0 uvicorn==0.24.0 websockets==14.0 websocket-client==1.6.0 # Quantum Circuit (optional — stubs used if unavailable) qiskit>=1.0.0 qiskit-aer>=0.14.0 # ML Preprocessing — QCSAM (optional — stubs used if unavailable) scikit-learn>=1.3.0 # Dashboard UI flask==3.0.0 flask-cors==4.0.0 # Async Utilities nest_asyncio==1.5.6 # Data Serialization orjson==3.9.0 # Environment Management python-dotenv==1.0.0 # HuggingFace — persistent checkpoint storage huggingface_hub==0.20.3