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:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user