Add onnxruntime to the main dependencies

This commit is contained in:
Brandon Rising
2023-07-31 22:56:43 -04:00
committed by Kent Keirsey
parent 52437205bb
commit e86925d424

View File

@@ -62,6 +62,7 @@ dependencies = [
"npyscreen",
"omegaconf",
"onnx",
"onnxruntime",
"opencv-python",
"pydantic==1.*",
"picklescan",