Skip to content

Commit

Permalink
update lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daswer123 committed Jan 23, 2024
1 parent 8a298b6 commit 3720e1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "xtts-api-server"
version = "0.8.3"
version = "0.8.4"
authors = [
{ name="daswer123", email="daswerq123@gmail.com" },
]
Expand Down Expand Up @@ -33,6 +33,7 @@ dependencies = [
"cutlet",
'fugashi[unidic-lite]',
'tts==0.21.3',
'transformers==4.36.2'
]

[project.urls]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ torchaudio
uvicorn
cutlet
fugashi[unidic-lite]
tts==0.21.3
tts==0.21.3
transformers==4.36.2

0 comments on commit 3720e1c

Please # to comment.