From 1ca23b7becd3e3ddb80d16c94d11722e8b791300 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Sat, 26 Sep 2020 15:32:30 +0200 Subject: [PATCH] [Deps] update onnx and onxnruntime versions in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba7bc716b..71eaa3224 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ docrep==0.2.7 future==0.18.2 gspread==3.6.0 numpy==1.18.0 -onnx==1.6.0 -onnxruntime==1.2.0 +onnx==1.7.0 +onnxruntime==1.4.0 pre-commit==2.6.0 scipy==1.5.2 toposort==1.5 -- GitLab