File size: 375 Bytes
18d2d5d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | [project]
name = "vocos"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"einops>=0.8.0",
"huggingface-hub[cli]>=0.26.2",
"numpy>=2.1.3",
"safetensors>=0.4.5",
"torch>=2.5.1",
"torchaudio>=2.5.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|