diff --git a/pdm.lock b/pdm.lock index de5cb378..764d6ca7 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:374f99868686f0abfeeb2cf0eca54b722de61ce9c23042eec01b9101b54602ad" +content_hash = "sha256:6146c53ae60edf083da8f23d9a8baa7f7bd4b023033e8e9750801825709e446b" [[package]] name = "annotated-types" diff --git a/pyproject.toml b/pyproject.toml index 967fde63..e1e82f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "GPT-SoVITS-Infer" -version = "0.2.7" +version = "0.2.8" description = "Inference code for GPT-SoVITS" authors = [ {name = "Yanli",email = "mail@yanli.one"}, ] dependencies = [ - "numpy>=1.26.4", + "numpy>=1.26.4,<2", "scipy>=1.13.1", "librosa>=0.10.2.post1", "transformers>=4.41.2",