Skip to content

Commit 29e236f

Browse files
committed
Test whether python version excudes onnx transitive
1 parent 3da8f25 commit 29e236f

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

poetry.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pydub = ">=0.25"
4242
audioop-lts = { version = ">=0.2.1", python = "^3.13" }
4343
onnx = { version = "*", python = "<3.13" }
4444
onnx-weekly = { version = "*", python = ">=3.13" }
45-
onnx2torch = { version = "*", python = "<3.13" }
45+
onnx2torch = ">=1.5"
4646
onnxruntime = { version = ">=1.17", optional = true }
4747
onnxruntime-gpu = { version = ">=1.17", optional = true }
4848
julius = ">=0.2"

0 commit comments

Comments
 (0)