Skip to content

Commit 90690cd

Browse files
committed
Fix tf2onnx fail
1 parent 1bb0b66 commit 90690cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tutorials/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ onnxruntime
99
opencv-python
1010
pillow
1111
tensorflow
12-
tf2onnx
12+
tf2onnx==1.16.0
1313
timm==0.9.*
1414
torch
1515
torchvision

requirements-binder.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ onnxruntime
44
opencv-python
55
pillow
66
tensorflow-cpu
7-
tf2onnx
7+
tf2onnx==1.16.0
88
timm==0.9.*

requirements-engagement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
tensorflow
2-
tf2onnx
2+
tf2onnx==1.16.0

0 commit comments

Comments
 (0)