We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98df342 commit cea4a87Copy full SHA for cea4a87
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "ultimate-rvc"
7
-version = "0.5.9"
+version = "0.5.10"
8
description = "Ultimate RVC"
9
readme = "README.md"
10
requires-python = "==3.12.*"
@@ -90,6 +90,7 @@ conflicts = [
90
],
91
]
92
[tool.uv.sources]
93
+audio-separator = {git = "https://github.com/JackismyShephard/python-audio-separator", branch = "patch-1"}
94
torch = [
95
{ index = "torch-rocm", extra = "rocm"},
96
{ index = "torch-cu128", extra = "cuda"},
0 commit comments