Update ONNX dependency to v 1.8.1 (#4114)

This commit is contained in:
Michał Karzyński 2021-02-02 05:05:26 +01:00 committed by GitHub
parent 0ecc360664
commit 3a86b3a17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 ...

View File

@ -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