This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
LocalAI
Watch
1
Star
0
Fork
You've already forked LocalAI
0
mirror of
https://github.com/mudler/LocalAI
synced
2026-05-24 09:28:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
21e793ad2a
LocalAI
/
backend
/
python
/
chatterbox
/
requirements.txt
6 lines
59 B
Text
Raw
Normal View
History
Unescape
Escape
fix(deps): pin grpcio (#5621) Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-06-10 12:21:51 +00:00
grpcio==1.71.0
feat(chatterbox): add new backend (#5524) Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-05-30 08:52:55 +00:00
protobuf
certifi
packaging
fix(chatterbox): add poetry Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-10-07 15:46:52 +00:00
setuptools
fix(chatterbox): pin omegaconf in every profile requirements file The previous pin in requirements.txt was ineffective: installRequirements runs a separate `pip install --requirement` per file, so resolution does not carry over to the per-profile file where chatterbox-tts is declared. With chatterbox-tts's unpinned `omegaconf` dep, pip backtracked through 1.x sdists into ruamel.yaml<0.15, whose Python-2-era setup.py fails on Python 3.10+. Pin omegaconf==2.3.0 next to chatterbox-tts in every profile file (matches what upstream chatterbox uses). Drop the dead pin from requirements.txt. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude:claude-opus-4-7 [Claude Code]
2026-05-07 07:44:37 +00:00
poetry
Reference in a new issue
Copy permalink