Skip to content

Commit a230917

Browse files
authored
Merge pull request #210 from luxonis/fix/onnxsim-downgrade
Force onnxsim under 0.6
2 parents 486b83d + 77dd21a commit a230917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ luxonis-ml[data,nn_archive,utils]~=0.8.0
77
onnx==1.17.0
88
numpy>=1.19.5,<2.1.0
99
onnxruntime>=1.20.1
10-
onnxsim>=0.4.36
10+
onnxsim>=0.4.36,<0.6
1111
s3fs
1212
tqdm
1313
s3transfer

0 commit comments

Comments
 (0)