Skip to content

Commit

Permalink
build(uv): add constraint on numba to avoid resolution error
Browse files Browse the repository at this point in the history
Otherwise it backtracks to an old numba and then llvmlite version that can't be
built:
astral-sh/uv#6281
  • Loading branch information
eginhard committed Oct 20, 2024
1 parent 8408bb2 commit c46c0b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c46c0b8

Please sign in to comment.