Skip to content

Commit

Permalink
add pydantic to dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
BeautyyuYanli committed Jun 25, 2024
1 parent 5b819f9 commit 85cac37
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 2 deletions.
83 changes: 82 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "GPT-SoVITS-Infer"
version = "0.2.6"
version = "0.2.7"
description = "Inference code for GPT-SoVITS"
authors = [
{name = "Yanli",email = "[email protected]"},
Expand All @@ -20,6 +20,7 @@ dependencies = [
"g2p-en>=2.1.0",
"wordsegment>=1.3.1",
"nltk>=3.8.1",
"pydantic>=2.7.4",
]
requires-python = ">=3.10, <3.12"
readme = "README.md"
Expand Down

0 comments on commit 85cac37

Please sign in to comment.