Skip to content

Commit 041f2bc

Browse files
authored
fix: pin onnxmltools==1.13.0 (#262)
This PR resolves the issue where a upgraded version of the dependency was braking the code. Fixing it to the last working version so that it doesnt automatically upgrade in future.
1 parent 60ae554 commit 041f2bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/comfystream/scripts/constraints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ torchaudio==2.7.0
44
xformers==0.0.30
55
onnx==1.17.0
66
onnxruntime==1.17.0
7-
onnxruntime-gpu==1.20.2
7+
onnxruntime-gpu==1.20.2
8+
onnxmltools==1.13.0

0 commit comments

Comments
 (0)