# ========================================================= # Chatterbox Turbo TTS - Dependencies (CPU-only) # ========================================================= # PyTorch CPU (required by transformers tokenizer internals) torch --index-url https://download.pytorch.org/whl/cpu # Core API fastapi>=0.104.1 uvicorn[standard]>=0.24.0 pydantic>=2.5.0 python-multipart>=0.0.6 # ONNX Runtime (CPU inference) onnxruntime>=1.17.0 # Audio processing numpy>=1.24.0 librosa>=0.10.0 soundfile>=0.12.0 # Tokenizer + model download transformers>=4.46.0 huggingface-hub>=0.19.0