Skip to content

Commit

Permalink
Added yaml dependency to fix tests, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Feb 29, 2024
1 parent 3600033 commit 17c07c9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 6 deletions.
64 changes: 62 additions & 2 deletions poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "audio-separator"
version = "0.15.1"
version = "0.15.2"
description = "Easy to use audio stem separation, using various models from UVR trained primarily by @Anjok07"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -41,9 +41,10 @@ onnx = ">=1.14"
onnx2torch = ">=1.5"
onnxruntime = { version = ">=1.17", optional = true }
onnxruntime-gpu = { version = ">=1.17", optional = true }
julius = "^0.2.7"
diffq = "^0.2.4"
einops = "^0.7.0"
julius = ">=0.2"
diffq = ">=0.2"
einops = ">=0.7"
pyyaml = "*"

[tool.poetry.extras]
cpu = ["onnxruntime"]
Expand Down

0 comments on commit 17c07c9

Please sign in to comment.