diff --git a/pyproject.toml b/pyproject.toml index badf692..070e438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "tiktoken", "torch", "tqdm", - "triton>=2; (platform_machine=='x86_64' and sys_platform=='linux') or sys_platform=='linux2'", + "triton>=2; python_version<'3.13' and (platform_machine=='x86_64' and sys_platform=='linux') or sys_platform=='linux2'", ] optional-dependencies.dev = [ "black", "flake8", "isort", "pytest", "scipy" ] urls = { Homepage = "https://github.com/openai/whisper" }