Ace-Step-v1.5 / pyproject.toml
Sayoyo's picture
feat: update uv
1e1527a
raw
history blame
747 Bytes
[project]
name = "ace-step"
version = "1.5.0"
description = "ACE-Step 1.5"
readme = "README.md"
requires-python = ">=3.12,<3.13"
license = {text = "Apache-2.0"}
dependencies = [
"torch>=2.9.1",
"torchvision",
"torchaudio>=2.9.1",
"transformers",
"diffusers",
"gradio",
"matplotlib>=3.7.5",
"scipy>=1.10.1",
"soundfile>=0.13.1",
"loguru>=0.7.3",
"einops>=0.8.1",
"accelerate>=1.12.0",
]
[project.scripts]
acestep = "acestep.acestep_v15_pipeline:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu130"
[tool.hatch.build.targets.wheel]
packages = ["acestep"]