github-actions[bot] commited on
Commit
7d59a89
·
1 Parent(s): 1384ff1

deploy: switch to chatterbox requirements @ 5428cd8

Browse files
Files changed (1) hide show
  1. pyproject.toml +4 -2
pyproject.toml CHANGED
@@ -34,9 +34,11 @@ dependencies = [
34
  ]
35
 
36
  [project.optional-dependencies]
37
- chatterbox = ["chatterbox-tts>=0.1.7"]
 
 
 
38
  omnivoice = ["omnivoice>=0.1.4"]
39
- all = ["chatterbox-tts>=0.1.7", "omnivoice>=0.1.4"]
40
 
41
  [tool.uv]
42
  override-dependencies = [
 
34
  ]
35
 
36
  [project.optional-dependencies]
37
+ # Chatterbox TTS is vendored as the local ./chatterbox/ folder (imported
38
+ # directly, same as on the HF Chatterbox Space), so there is no extra for
39
+ # it. OmniVoice is a separate PyPI package, optional locally since it's
40
+ # heavy; install with `uv sync --extra omnivoice` if you need it.
41
  omnivoice = ["omnivoice>=0.1.4"]
 
42
 
43
  [tool.uv]
44
  override-dependencies = [