From c1ad878b2ba42769653cda38d702f821612fbe83 Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Sat, 14 Oct 2023 00:09:00 +0900 Subject: [PATCH] Update setup.py (#738) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2af89d99..d5c34c3d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "protobuf>=3.20.2", ] onnx_requires = [ - "onnxruntime>=1.0.0,<=1.15.1", + "onnxruntime>=1.0.0", "onnxmltools>=1.6.0,<=1.11.0", "skl2onnx>=1.7.0", ]