Skip to content

Commit 17c07c9

Browse files
committed
Added yaml dependency to fix tests, bumped version
1 parent 3600033 commit 17c07c9

File tree

2 files changed

+67
-6
lines changed

2 files changed

+67
-6
lines changed

poetry.lock

Lines changed: 62 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "audio-separator"
7-
version = "0.15.1"
7+
version = "0.15.2"
88
description = "Easy to use audio stem separation, using various models from UVR trained primarily by @Anjok07"
99
authors = ["Andrew Beveridge <[email protected]>"]
1010
license = "MIT"
@@ -41,9 +41,10 @@ onnx = ">=1.14"
4141
onnx2torch = ">=1.5"
4242
onnxruntime = { version = ">=1.17", optional = true }
4343
onnxruntime-gpu = { version = ">=1.17", optional = true }
44-
julius = "^0.2.7"
45-
diffq = "^0.2.4"
46-
einops = "^0.7.0"
44+
julius = ">=0.2"
45+
diffq = ">=0.2"
46+
einops = ">=0.7"
47+
pyyaml = "*"
4748

4849
[tool.poetry.extras]
4950
cpu = ["onnxruntime"]

0 commit comments

Comments
 (0)