Skip to content

Commit

Permalink
Removed torchaudio which was unavailable in conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 31, 2023
1 parent 2b54f9a commit 3507b78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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.11.4"
version = "0.11.5"
description = "Easy to use vocal separation, using MDX-Net models from UVR trained by @Anjok07"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -34,8 +34,6 @@ numpy = ">=1.23"
librosa = ">=0.9"
six = ">=1.16"
torch = "*"
torchvision = "*"
torchaudio = "*"
pydub = ">=0.25"
onnx = ">=1.14"
onnx2torch = ">=1.5"
Expand Down

0 comments on commit 3507b78

Please sign in to comment.