Always install onnx

This commit is contained in:
Brandon Rising 2023-07-27 11:00:40 -04:00
parent a491e326c5
commit 918a0dedc0

View File

@ -62,6 +62,7 @@ dependencies = [
"npyscreen",
"numpy<1.24",
"omegaconf",
"onnx",
"opencv-python",
"picklescan",
"pillow",
@ -104,15 +105,12 @@ dependencies = [
"triton; sys_platform=='linux'",
]
"onnx" = [
"onnx",
"onnxruntime",
]
"onnx-cuda" = [
"onnx",
"onnxruntime-gpu",
]
"onnx-directml" = [
"onnx",
"onnxruntime-directml",
]