Files
mioonnx/pyproject.toml
T
2026-06-01 22:05:15 -05:00

18 lines
375 B
TOML

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