From e86bb51627471b091a2b33ab0232c14ad4325110 Mon Sep 17 00:00:00 2001 From: liuchongming Date: Wed, 21 Oct 2020 20:47:54 +0800 Subject: [PATCH] Remove ONNX. --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 92c75c51..3f207073 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,4 @@ Werkzeug>=1.0.0 pandas>=1.0.4 yapf>=0.30.0 treelib>=1.6.1 -grpcio>=1.27.3 -onnx>=1.7.0 -tf2onnx>=1.7.1 \ No newline at end of file +grpcio>=1.27.3 \ No newline at end of file