Update onnx (#5720)

* update onnx

* update docker image for testing
This commit is contained in:
Ashwini Khade 2020-11-24 11:20:15 -08:00 committed by GitHub
parent 9b8189dd0a
commit 705d093167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -345,7 +345,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "63a586914d51fdfd6d8668e81de043e3d9b0b382",
"commitHash": "994c6181247d7b419b28889fc57d5817e2089419",
"repositoryUrl": "https://github.com/onnx/onnx"
},
"comments": "git submodule at cmake/external/onnx"

2
cmake/external/onnx vendored

@ -1 +1 @@
Subproject commit 63a586914d51fdfd6d8668e81de043e3d9b0b382
Subproject commit 994c6181247d7b419b28889fc57d5817e2089419

View file

@ -3,7 +3,7 @@ mypy
pytest
setuptools>=41.4.0
wheel
git+http://github.com/onnx/onnx.git@63a586914d51fdfd6d8668e81de043e3d9b0b382#egg=onnx
git+http://github.com/onnx/onnx.git@994c6181247d7b419b28889fc57d5817e2089419#egg=onnx
protobuf
sympy==1.1.1
flake8

View file

@ -4,7 +4,7 @@ mypy
pytest
setuptools>=41.4.0
wheel
git+http://github.com/onnx/onnx.git@63a586914d51fdfd6d8668e81de043e3d9b0b382#egg=onnx
git+http://github.com/onnx/onnx.git@994c6181247d7b419b28889fc57d5817e2089419#egg=onnx
argparse
sympy==1.1.1
flake8