| [project] | |
| name = "audio-dit" | |
| version = "0.1.0" | |
| description = "Instrumental music generation." | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "gradio>=6.2.0", | |
| "numpy>=2.0", | |
| "safetensors>=0.7.0", | |
| "torch>=2.9.1", | |
| ] | |
| [tool.uv.sources] | |
| torch = [ | |
| { index = "pytorch-cu130", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, | |
| ] | |
| [[tool.uv.index]] | |
| name = "pytorch-cu130" | |
| url = "https://download.pytorch.org/whl/cu130" | |
| explicit = true | |