Skip to content

Commit

Permalink
fix: Pin onnx versions to builds that don't require rare dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrising committed Oct 12, 2024
1 parent 80360a8 commit 3da8076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3da8076

Please sign in to comment.