diff --git a/pyproject.toml b/pyproject.toml index 9b2b137d..7bef41aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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