Skip to content

Commit b7de404

Browse files
committed
Switched to using onnx2torch-py313 instead of onnx2torch to resolve python 3.13 dependency issues
1 parent 29e236f commit b7de404

2 files changed

Lines changed: 8 additions & 53 deletions

File tree

poetry.lock

Lines changed: 6 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ torch = ">=2.3"
4040
tqdm = "*"
4141
pydub = ">=0.25"
4242
audioop-lts = { version = ">=0.2.1", python = "^3.13" }
43-
onnx = { version = "*", python = "<3.13" }
44-
onnx-weekly = { version = "*", python = ">=3.13" }
45-
onnx2torch = ">=1.5"
43+
onnx-weekly = { version = "*" }
44+
onnx2torch-py313 = ">=1.6"
4645
onnxruntime = { version = ">=1.17", optional = true }
4746
onnxruntime-gpu = { version = ">=1.17", optional = true }
4847
julius = ">=0.2"

0 commit comments

Comments
 (0)