Remove scipy (#139)

* Remove scipy

* No longer need to replace T

* Update README.md

* Remove numpy version lock

* Update README.md

* Update uv.lock
This commit is contained in:
hexgrad
2025-03-18 11:16:34 -07:00
committed by GitHub
parent 3f9dd88d6f
commit e43d62643e
7 changed files with 62 additions and 71 deletions

View File

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