Match misaki==0.8.0 dev branch (#114)

* Match misaki==0.8.0 dev branch

* en_callable, speed callable
This commit is contained in:
hexgrad
2025-02-26 17:30:50 -08:00
committed by GitHub
parent 52f7eb740b
commit efa91a8a3f
4 changed files with 50 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "kokoro"
version = "0.7.16"
version = "0.8.0"
description = "TTS"
readme = "README.md"
authors = [
@@ -20,7 +20,7 @@ requires-python = ">=3.10, <3.13"
dependencies = [
"huggingface_hub",
"loguru",
"misaki[en]>=0.7.16",
"misaki[en]>=0.8.0",
"numpy==1.26.4",
"scipy",
"torch",