Skip to content

Commit

Permalink
upgrade version number. re-order the dependency. (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaowuhu <[email protected]>

Signed-off-by: xiaowuhu <[email protected]>
  • Loading branch information
xiaowuhu authored Nov 3, 2022
1 parent 812c1ed commit b7bcbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onnxconverter_common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This framework performs optimization for ONNX models and
includes common utilities for ONNX converters.
"""
__version__ = "1.12.2"
__version__ = "1.13.0"
__author__ = "Microsoft"
__producer__ = "OnnxMLTools"
__producer_version__ = __version__
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
protobuf
onnx
packaging
protobuf

0 comments on commit b7bcbc9

Please sign in to comment.