mirror of https://github.com/coqui-ai/TTS.git
build(uv): add constraint on numba to avoid resolution error
Otherwise it backtracks to an old numba and then llvmlite version that can't be built: https://github.com/astral-sh/uv/issues/6281
This commit is contained in:
parent
018d4ba1db
commit
a510ec3b68
|
@ -147,6 +147,9 @@ Discussions = "https://github.com/idiap/coqui-ai-TTS/discussions"
|
|||
tts = "TTS.bin.synthesize:main"
|
||||
tts-server = "TTS.server.server:main"
|
||||
|
||||
[tool.uv]
|
||||
constraint-dependencies = ["numba>0.58.0"]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
line-length = 120
|
||||
|
|
Loading…
Reference in New Issue