Skip to content

Commit

Permalink
fix(ci): write author name in english
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <[email protected]>
  • Loading branch information
yshalsager committed Dec 11, 2023
1 parent 0fdb0d7 commit 06dfd25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "almufarrigh"
version = "0.0.1"
description = "الواجهة الرسومية الخاصة بأداة تفريغ على أنظمة التشغيل المختلفة"
authors = ["الكتب المٌيسّرة <[email protected]>"]
authors = ["ieasybooks <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/ieasybooks/almufarrigh/"
Expand All @@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
pyside6 = "^6.5.0"
tafrigh = {version = "^1.1.1", extras = ["wit", "whisper"]}
tafrigh = { version = "^1.1.1", extras = ["wit", "whisper"] }
pydantic = "^2.1.1"
torch = "2.0.0"
torchaudio = "2.0.1"
Expand Down

0 comments on commit 06dfd25

Please sign in to comment.