Just install onnxruntime by default

This commit is contained in:
Brandon Rising 2023-07-28 09:32:43 -04:00
parent 1ea9ba84f5
commit dc1148106d

View File

@ -63,6 +63,7 @@ dependencies = [
"numpy<1.24",
"omegaconf",
"onnx",
"onnxruntime",
"opencv-python",
"picklescan",
"pillow",