Spaces:
Running
Running
[tool.poetry] | |
name = "bgmseparator" | |
version = "0.1.0" | |
description = "" | |
authors = ["Zhiliang Zhou <[email protected]>"] | |
readme = "README.md" | |
package-mode = false | |
[tool.poetry.dependencies] | |
python = ">=3.11,<3.13" | |
gradio = "4.42.0" | |
pydantic = "2.8.2" | |
fastapi = "0.112.2" | |
scipy = "^1.15.2" | |
demucs = "^4.0.1" | |
numpy = "^2.2.4" | |
onnxruntime = "^1.21.0" | |
torch = "^2.6.0" | |
tqdm = "^4.67.1" | |
librosa = "^0.11.0" | |
soundfile = "^0.13.1" | |
spaces = "^0.34.2" | |
huggingface-hub = "^0.30.2" | |
[build-system] | |
requires = ["poetry-core>=2.0.0,<3.0.0"] | |
build-backend = "poetry.core.masonry.api" | |
jupyter = "^1.1.1" | |
qtconsole = "^5.6.1" | |
pyqt5 = "^5.15.11" | |