LocalAI/backend/python/chatterbox
Ettore Di Giacinto b2be9729ef fix(chatterbox): pin omegaconf>=2.0 to prevent resolver backtracking
Without an upper-floor pin, pip's resolver backtracks through omegaconf 1.x
sdists when installing chatterbox-tts. Old 1.x setups depend on
ruamel.yaml<0.15, whose setup.py uses Python-2-era names (Str, Bytes) and
fails to build on Python 3.10+, breaking the darwin python backend build.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Assisted-by: Claude:claude-opus-4-7 [Claude Code]
2026-05-06 18:07:32 +00:00
..
backend.py feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
install.sh fix(l4t-12): use pip to install python deps (#7967) 2026-01-11 00:21:32 +01:00
Makefile feat(mlx): add mlx backend (#6049) 2025-08-22 08:42:29 +02:00
requirements-cpu.txt fix(chatterbox): pin numpy (#7198) 2025-11-08 16:52:22 +01:00
requirements-cublas12.txt fix(chatterbox): pin numpy (#7198) 2025-11-08 16:52:22 +01:00
requirements-cublas13.txt feat: add cuda13 images (#7404) 2025-12-02 14:24:35 +01:00
requirements-hipblas.txt feat(rocm): bump to 7.x (#9323) 2026-04-12 08:51:30 +02:00
requirements-install.txt fix(l4t-12): use pip to install python deps (#7967) 2026-01-11 00:21:32 +01:00
requirements-intel.txt feat(qwen-tts): add Qwen-tts backend (#8163) 2026-01-23 15:18:41 +01:00
requirements-l4t12.txt feat: add cuda13 images (#7404) 2025-12-02 14:24:35 +01:00
requirements-l4t13.txt chore(l4t13): use pytorch index (#7546) 2025-12-13 10:04:57 +01:00
requirements-mps.txt feat(metal): try to extend support to remaining backends (#8374) 2026-02-03 21:57:50 +01:00
requirements.txt fix(chatterbox): pin omegaconf>=2.0 to prevent resolver backtracking 2026-05-06 18:07:32 +00:00
run.sh feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
test.py feat(chatterbox): add new backend (#5524) 2025-05-30 10:52:55 +02:00
test.sh feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00