From 80b67769ab4d2de84c308ac2ea209f0351e56779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 05:16:24 +0000 Subject: [PATCH] chore(deps): update dependency onnxruntime to <1.16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 526b3356..e1fa9191 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ "onnx": ["onnx"], "onnxruntime": [ "protobuf==3.20.1", - "onnxruntime<1.14", + "onnxruntime<1.16", ], # TODO - see if it can be merged with onnx "catboost": ["catboost"], "xgboost": ["xgboost"],