fix: pin exact dependency versions in tts/pyproject.toml
This commit is contained in:
parent
adb0fe234a
commit
aecb3a6c10
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[project]
|
||||
name = "tts"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = "==3.12.*"
|
||||
dependencies = [
|
||||
"kokoro>=0.9.4",
|
||||
"soundfile>=0.13.1",
|
||||
"kokoro==0.9.4",
|
||||
"soundfile==0.13.1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue