From 3a86b3a17e3311a69687b8147b6f2317d60b8b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Karzy=C5=84ski?= <4430709+postrational@users.noreply.github.com> Date: Tue, 2 Feb 2021 05:05:26 +0100 Subject: [PATCH] Update ONNX dependency to v 1.8.1 (#4114) --- ngraph/cmake/external_onnx.cmake | 2 +- ngraph/python/requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ngraph/cmake/external_onnx.cmake b/ngraph/cmake/external_onnx.cmake index 54c5000f036c4a..48c9106560199f 100644 --- a/ngraph/cmake/external_onnx.cmake +++ b/ngraph/cmake/external_onnx.cmake @@ -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 ... diff --git a/ngraph/python/requirements_test.txt b/ngraph/python/requirements_test.txt index 0126af5d7abc83..0536bb70b2d955 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -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