Browse Source

Add en-core-web-sm as kokoro depedency

make-qwen-llm-configurable
haixuantao 5 months ago
parent
commit
1b918bf703
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      node-hub/dora-kokoro-tts/pyproject.toml

+ 5
- 1
node-hub/dora-kokoro-tts/pyproject.toml View File

@@ -5,13 +5,14 @@ authors = [{ name = "Your Name", email = "email@email.com" }]
description = "dora-kokoro-tts"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"

dependencies = [
"dora-rs >= 0.3.9",
"kokoro>=0.2.2",
"soundfile>=0.13.1",
"misaki[zh]",
"en-core-web-sm",
]

[dependency-groups]
@@ -31,3 +32,6 @@ extend-select = [
"N", # Ruff's N rule
"I", # Ruff's I rule
]

[tool.uv.sources]
en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }

Loading…
Cancel
Save