Skip to content

Commit

Permalink
chore(deps): Update whisper and faster-whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager committed Dec 11, 2023
1 parent 5595d35 commit 62100a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tafrigh"
version = "1.1.1"
version = "1.1.2"
description = "تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية wit.ai."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -35,8 +35,8 @@ wit = [
"scipy==1.11.1",
]
whisper = [
"faster-whisper==0.7.1",
"openai-whisper==20230314",
"faster-whisper==0.10.0",
"openai-whisper==20231117",
"stable-ts==2.8.1",
]

Expand Down

0 comments on commit 62100a5

Please sign in to comment.