Skip to content

Commit 8edb984

Browse files
committed
fix: update version to 0.4.9 and phonemizer-fork dependency
1 parent 0d1f900 commit 8edb984

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kokoro-onnx"
3-
version = "0.4.8"
3+
version = "0.4.9"
44
description = "TTS with kokoro and onnx runtime"
55
readme = "README.md"
66
authors = [
@@ -11,7 +11,7 @@ dependencies = [
1111
"onnxruntime>=1.20.1",
1212
"colorlog>=6.9.0",
1313
"espeakng-loader>=0.2.4",
14-
"phonemizer-fork==3.3.1",
14+
"phonemizer-fork>=3.3.2",
1515
"numpy>=2.0.2",
1616
]
1717

@@ -34,11 +34,7 @@ requires = ["hatchling"]
3434
build-backend = "hatchling.build"
3535

3636
[dependency-groups]
37-
dev = [
38-
"ruff>=0.11.0",
39-
"sounddevice>=0.5.1",
40-
"soundfile>=0.13.0",
41-
]
37+
dev = ["ruff>=0.11.0", "sounddevice>=0.5.1", "soundfile>=0.13.0"]
4238

4339
[tool.ruff]
4440
required-version = ">=0.9.0"

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)