Files
Skald-Circle/requirements.txt
T
dguiducci 0ee5fb2c25
Nightly Build / build (push) Successful in 6m30s
Move heavy GPU deps (torch, bitsandbytes) to requirements-optional.txt
torch and bitsandbytes pull in hundreds of MB of CUDA libraries
(nvidia_cublas ~423 MB) which are useless on headless servers
without an NVIDIA GPU like the NiPoGi.

- requirements.txt: keep only lightweight essential dependencies
- requirements-optional.txt (new): Orpheus TTS deps (torch, transformers,
  bitsandbytes, snac, huggingface_hub)
- Installers and update.sh: show hint about optional deps after install
- ci/package.sh: include requirements-optional.txt in tarball
2026-07-21 00:26:34 +01:00

26 lines
482 B
Plaintext

google-auth
google-auth-oauthlib
google-api-python-client
googlemaps
requests
httpx
# SSH MCP server (scripts/ssh_mcp_server.py)
paramiko>=3.4
# Google Trends MCP server (scripts/google_trends_mcp.py)
mcp
trendspyg>=0.7.0
# Kokoro ONNX TTS (plugin-tts-kokoro)
kokoro-onnx
soundfile
# Orpheus TTS 3B (plugin-tts-orpheus-3b) — heavy deps moved to requirements-optional.txt
# See requirements-optional.txt if you need the Orpheus TTS plugin.
fastapi
uvicorn
scipy
numpy
pydantic