22 lines
399 B
TOML
22 lines
399 B
TOML
[project]
|
|
name = "Zipvoice"
|
|
version = "0.0.11"
|
|
description = "Linacodec is a highly compressive and rapid audio tokenizer for audio models."
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"huggingface_hub",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
train = [
|
|
"einops",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.9.6,<0.10.0"]
|
|
build-backend = "uv_build"
|
|
|
|
[tool.ruff]
|
|
line-length = 120
|