Update ONNX dependency to v 1.8.1 (#4114)
This commit is contained in:
parent
0ecc360664
commit
3a86b3a17e
@ -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 ...
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user