Skip to content

Commit

Permalink
Merge branch 'main' into fix/update-benchmarks-scripts-with-daiv3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoupas authored Jan 31, 2025
2 parents 6f3e950 + d37a50a commit 1d08ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modelconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .hub import convert

__version__ = "0.3.1"
__version__ = "0.3.2"

__all__ = ["convert"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ keyring
onnx_graphsurgeon
onnxoptimizer
wget
aiobotocore<2.18
aiobotocore<2.18 # to be removed after luxonis-ml>=0.6.0

0 comments on commit 1d08ae7

Please sign in to comment.