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"],