Skip to content

Commit

Permalink
Bump onnx from 1.12.0 to 1.13.0 in /model_compiler
Browse files Browse the repository at this point in the history
Bumps [onnx](https://github.com/onnx/onnx) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md)
- [Commits](onnx/onnx@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: onnx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2023
1 parent c1cfc51 commit 98bb722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_compiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run(self):
'oauthlib==3.2.2',
'oneflow==0.7.0+cpu',
'oneflow-onnx==0.6.1',
'onnx==1.12.0',
'onnx==1.13.0',
'onnx-simplifier==0.4.10',
'onnx-tf==1.9.0',
'onnxoptimizer==0.3.2',
Expand Down

0 comments on commit 98bb722

Please sign in to comment.