This commit is contained in:
2026-05-30 00:24:53 -05:00
commit 427637a0d3
9 changed files with 2438 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[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" }