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:
Enno Hermann 2024-10-20 14:06:44 +02:00
parent 018d4ba1db
commit a510ec3b68
1 changed files with 3 additions and 0 deletions

View File

@ -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