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