fix: Pin onnx versions to builds that don't require rare dlls

This commit is contained in:
Brandon Rising 2024-10-11 14:40:22 -04:00 committed by Brandon
parent 80360a8abb
commit 3da8076a2b

View File

@ -43,8 +43,8 @@ dependencies = [
"invisible-watermark==0.2.0", # needed to install SDXL base and refiner using their repo_ids
"mediapipe>=0.10.7", # needed for "mediapipeface" controlnet model
"numpy==1.26.4", # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal()
"onnx>=1.15.0",
"onnxruntime>=1.16.3",
"onnx==1.16.1",
"onnxruntime==1.19.2",
"opencv-python==4.9.0.80",
"pytorch-lightning==2.1.3",
"safetensors==0.4.3",