Skip to content

Commit

Permalink
Update ONNX dependency to v 1.8.1 (#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
postrational authored Feb 2, 2021
1 parent 0ecc360 commit 3a86b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ngraph/cmake/external_onnx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include(FetchContent)
# ONNX.proto definition version
#------------------------------------------------------------------------------

set(ONNX_VERSION 1.8.0)
set(ONNX_VERSION 1.8.1)

#------------------------------------------------------------------------------
# Download and install libonnx ...
Expand Down
2 changes: 1 addition & 1 deletion ngraph/python/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flake8==3.8.4
flake8-comprehensions==3.3.0
flake8-docstrings==1.5.0
flake8-quotes==3.2.0
onnx==1.8.0
onnx==1.8.1
pydocstyle==5.1.1
pytest==6.1.2
retrying==1.3.3
Expand Down

0 comments on commit 3a86b3a

Please sign in to comment.