Skip to content

Commit f8a908a

Browse files
authored
ModelConverter v0.4.3 (#154)
1 parent 1d75fec commit f8a908a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modelconverter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .hub import convert
66

7-
__version__ = "0.4.2"
7+
__version__ = "0.4.3"
88

99
__all__ = ["convert"]
1010

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pillow
22
gcsfs
3-
luxonis-ml[data,nn_archive]==0.7.2
3+
luxonis-ml[data,nn_archive]==0.8.0
44
onnx>=1.17.0
55
onnxruntime
66
onnxsim

0 commit comments

Comments
 (0)