Skip to content

Commit 8d61259

Browse files
authored
downgrade onnxruntime-extensions to 0.3.1 to work on Mac (#266)
1 parent 1e44042 commit 8d61259

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

poetry.lock

+22-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tensorflow = "~2.8.0"
2222
tensorflow-text = "~2.8.0"
2323
tensorflow-estimator = "~2.8.0"
2424
onnx = "^1.12.0"
25-
onnxruntime-extensions = "0.4.2"
25+
onnxruntime-extensions = "0.3.1"
2626
onnxruntime = "1.12.1"
2727
scipy = "^1.6.3"
2828
torch = { version = "1.9.0", source = "PyPI" }

0 commit comments

Comments
 (0)