File size: 618 Bytes
17d9938
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tool.poetry]
name = "bgmseparatorgpu"
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"
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"