From 852bd8a9e1fc9b26e3bfa274b923eff1dc404ac5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 29 Jan 2025 18:13:50 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45d291ac3..21b90e737 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "tiktoken", "torch", "tqdm", - "triton>=2; python_version<'3.13' and (platform_machine=='x86_64' and sys_platform=='linux') or sys_platform=='linux2'", + "triton>=2; (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" }