Skip to content

Commit f2711e9

Browse files
committed
Update pyproject.toml
1 parent 4ea7366 commit f2711e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ huggingface = [
105105
notebook = ["ipython>=7.23.1, <8.0", "ipywidgets~=7.6.3"]
106106
onnx = [
107107
"lightgbm",
108-
"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
108+
"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
109109
"onnxmltools>=1.10.0",
110-
"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
110+
"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
111111
"oracle_ads[viz]",
112112
"protobuf",
113113
"skl2onnx>=1.10.4",

0 commit comments

Comments
 (0)