From 09b85bb77d946e065f1b3d98c1033ee4a0131ad4 Mon Sep 17 00:00:00 2001 From: juanmc2005 Date: Sat, 25 May 2024 13:51:57 +0200 Subject: [PATCH] Add onnxruntime as a test dependency --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d02899c0..315c44ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,6 +44,7 @@ install_requires= [options.extras_require] tests= pytest>=7.4.0,<8.0.0 + onnxruntime==1.18.0 [options.packages.find] where=src