From 2a3313d7e2b56ac5fcdf549b52c89fe0aebf5bd5 Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Wed, 18 Dec 2019 10:43:56 +0900 Subject: [PATCH] Bump onnx version to 1.6 --- docker/install/ubuntu_install_onnx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_onnx.sh b/docker/install/ubuntu_install_onnx.sh index a915ca02c05a..dbc55fefff56 100755 --- a/docker/install/ubuntu_install_onnx.sh +++ b/docker/install/ubuntu_install_onnx.sh @@ -21,7 +21,7 @@ set -u set -o pipefail # fix to certain version for now -pip3 install onnx==1.5.0 +pip3 install onnx==1.6.0 pip3 install onnxruntime==1.0.0 # torch depends on a number of other packages, but unhelpfully, does