Skip to content

Commit

Permalink
Support Python 3.11
Browse files Browse the repository at this point in the history
- set onnxruntime~=1.17.0
  • Loading branch information
liudmylaru committed Jun 25, 2024
1 parent 6b73e4a commit fe98249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unittests-default_setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[Py3.8-3.12] - Default Tests"
name: "[Py3.8-3.11] - Default Tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ onnx = [
"lightgbm",
"onnx>=1.12.0,<=1.15.0", # v 1.15.0 set base on onnxrutime version and onnx opset support - https://onnxruntime.ai/docs/reference/compatibility.html#onnx-opset-support
"onnxmltools>=1.10.0",
"onnxruntime~=1.17.0,!=1.16.0", # v1.15.1 used in Oracle Database https://docs.oracle.com/en/database/oracle/machine-learning/oml4sql/23/mlsql/onnx.html); avoid v1.16 https://github.com/microsoft/onnxruntime/issues/17631, revealed by unit tests
"onnxruntime~=1.17.0,!=1.16.0", # v1.17.0 used in Oracle Database 23ai; avoid v1.16 https://github.com/microsoft/onnxruntime/issues/17631, revealed by unit tests
"oracle_ads[viz]",
"protobuf",
"skl2onnx>=1.10.4",
Expand Down

0 comments on commit fe98249

Please sign in to comment.