diff --git a/setup.py b/setup.py index 526b3356..2fab4607 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ "scipy": ["scipy"], "onnx": ["onnx"], "onnxruntime": [ - "protobuf==3.20.1", + "protobuf==4.24.3", "onnxruntime<1.14", ], # TODO - see if it can be merged with onnx "catboost": ["catboost"],