Skip to content

Commit

Permalink
fix(deps): update python to >=3.8,<3.13 (#998)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent 843938c commit 031712a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ svcf-gui = "so_vits_svc_fork.gui:main"
"Changelog" = "https://github.com/34j/so-vits-svc-fork/blob/main/CHANGELOG.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.13"
librosa = "*"
numpy = "^1.23"
pyworld = "*"
Expand Down

0 comments on commit 031712a

Please sign in to comment.