Skip to content

Commit

Permalink
update ONNX commit
Browse files Browse the repository at this point in the history
  • Loading branch information
garymm committed Jun 17, 2022
1 parent f7156e1 commit 014ebff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cgmanifests/generated/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "b2845aaa910b1005c92ac41288a16124903224cb",
"commitHash": "8ae21f7f2bb668a4dea44db5c7ccca39047975b9",
"repositoryUrl": "https://github.com/onnx/onnx"
},
"comments": "git submodule at cmake/external/onnx"
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/onnx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest
setuptools>=41.4.0
wheel
# TODO: update to onnx==1.12.0 once package is published
git+http://github.com/onnx/onnx.git@b2845aaa910b1005c92ac41288a16124903224cb#egg=onnx
git+http://github.com/onnx/onnx.git@8ae21f7f2bb668a4dea44db5c7ccca39047975b9#egg=onnx
protobuf==3.18.1
sympy==1.1.1
flatbuffers
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest
setuptools>=41.4.0
wheel
# TODO: update to onnx==1.12.0 once package is published
git+http://github.com/onnx/onnx.git@b2845aaa910b1005c92ac41288a16124903224cb#egg=onnx
git+http://github.com/onnx/onnx.git@8ae21f7f2bb668a4dea44db5c7ccca39047975b9#egg=onnx
argparse
sympy==1.1.1
flatbuffers
Expand Down

0 comments on commit 014ebff

Please sign in to comment.