Skip to content

Commit

Permalink
limited numpy < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BeautyyuYanli committed Jun 25, 2024
1 parent 85cac37 commit 804b24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
]
dependencies = [
"numpy>=1.26.4",
"numpy>=1.26.4,<2",
"scipy>=1.13.1",
"librosa>=0.10.2.post1",
"transformers>=4.41.2",
Expand Down

0 comments on commit 804b24a

Please sign in to comment.