22 lines
484 B
TOML
22 lines
484 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",
|
|
"onnxruntime-openvino>=1.24.1",
|
|
"onnxruntime-tools>=1.7.0",
|
|
"onnxscript>=0.7.0",
|
|
"sounddevice>=0.5.5",
|
|
"sympy>=1.14.0",
|
|
"torch>=2.11.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
miocodec = { git = "https://github.com/Aratako/MioCodec" }
|