Files
mioonnx/pyproject.toml
T
2026-05-30 00:24:53 -05:00

19 lines
395 B
TOML

[project]
name = "dovc"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"miocodec",
"numpy>=2.4.6",
"onnxruntime>=1.26.0",
"onnxruntime-gpu>=1.26.0",
"onnxscript>=0.7.0",
"sounddevice>=0.5.5",
"torch>=2.11.0",
]
[tool.uv.sources]
miocodec = { git = "https://github.com/Aratako/MioCodec" }