Made work on windows

This commit is contained in:
2026-06-01 22:05:15 -05:00
parent c480902306
commit 7de23ac5be
5 changed files with 39 additions and 41 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
[project]
name = "dovc"
name = "mioonnx"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
@@ -7,10 +7,10 @@ requires-python = ">=3.12"
dependencies = [
"miocodec",
"numpy>=2.4.6",
"onnxruntime-openvino>=1.24.1",
"onnxruntime-gpu>=1.26.0",
"onnxscript>=0.7.0",
"sounddevice>=0.5.5",
"torch>=2.11.0",
"soundfile>=0.13.1",
]
[tool.uv.sources]