From 014bfc983366741ec22d38ca5ac477a06a14b015 Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Wed, 25 Apr 2018 13:31:11 +0300 Subject: [PATCH] Remove ONNX installation from requirements.txt ONNX is not required by the use-cases currently supported. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f60d9a3..15db266 100755 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ pandas==0.22.0 jupyter==1.0.0 matplotlib==2.2.2 qgrid==1.0.2 -onnx==1.1.1 graphviz==0.8.2 ipywidgets==7.1.2 bqplot==0.10.5 -- GitLab