Skip to content

Commit

Permalink
Fixed issue caused by microsoft/onnxruntime#17631.
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-ohai committed Sep 21, 2023
1 parent 24b3262 commit c174d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ onnx = [
"lightgbm==3.3.1",
"onnx>=1.12.0",
"onnxmltools>=1.10.0",
"onnxruntime>=1.10.0",
"onnxruntime>=1.10.0,<1.16", # v1.16 introduced issues https://github.com/microsoft/onnxruntime/issues/17631, releved by unit tests
"oracle_ads[viz]",
"protobuf<=3.20",
"skl2onnx>=1.10.4",
Expand Down

0 comments on commit c174d72

Please sign in to comment.