mirror of
https://github.com/sortedcord/kokoro-wayland.git
synced 2026-03-07 15:44:07 +05:30
13 lines
260 B
TOML
13 lines
260 B
TOML
[project]
|
|
name = "kokoro-tts"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"kokoro>=0.9.4",
|
|
"onnxruntime-gpu>=1.23.2",
|
|
"sounddevice>=0.5.5",
|
|
"soundfile>=0.13.1",
|
|
]
|