From 69876abd44d3eb92a3457b4c58e0b6c369395b49 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 15 Feb 2023 18:14:29 +0000 Subject: [PATCH 1/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d25eae30..a0da7c4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = matplotlib graphviz h5py - onnxruntime>=1.12.0 + onnxruntime<=1.14,>=1.12.0 skl2onnx>=1.13 attrs>=21.1.0 cattrs From 54ad264e9531bb574edd34be7c1b3057a0bad9ef Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 15 Feb 2023 19:04:51 +0000 Subject: [PATCH 2/2] Use onnxruntime<=1.13.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a0da7c4b..5544b183 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = matplotlib graphviz h5py - onnxruntime<=1.14,>=1.12.0 + onnxruntime<=1.13.1,>=1.12.0 skl2onnx>=1.13 attrs>=21.1.0 cattrs