From e86925d424cc85f2beb2c212780b84651f52876f Mon Sep 17 00:00:00 2001 From: Brandon Rising Date: Mon, 31 Jul 2023 22:56:43 -0400 Subject: [PATCH] Add onnxruntime to the main dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f04e5b779f..b3f12481a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ dependencies = [ "npyscreen", "omegaconf", "onnx", + "onnxruntime", "opencv-python", "pydantic==1.*", "picklescan",