Skip to content

Commit cea4a87

Browse files
revert removal of custom audio separator dependency source
1 parent 98df342 commit cea4a87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ultimate-rvc"
7-
version = "0.5.9"
7+
version = "0.5.10"
88
description = "Ultimate RVC"
99
readme = "README.md"
1010
requires-python = "==3.12.*"
@@ -90,6 +90,7 @@ conflicts = [
9090
],
9191
]
9292
[tool.uv.sources]
93+
audio-separator = {git = "https://github.com/JackismyShephard/python-audio-separator", branch = "patch-1"}
9394
torch = [
9495
{ index = "torch-rocm", extra = "rocm"},
9596
{ index = "torch-cu128", extra = "cuda"},

0 commit comments

Comments
 (0)