Skip to content

Commit

Permalink
triton>=2; python_version<'3.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 4, 2025
1 parent 6e612b6 commit e4b37b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit e4b37b6

Please sign in to comment.