Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 29, 2025
1 parent 4525699 commit 852bd8a
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 @@ -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" }
Expand Down

0 comments on commit 852bd8a

Please sign in to comment.