From e53e4203dc4d067919c0ddf842799013b1b0cfa5 Mon Sep 17 00:00:00 2001 From: Neta Zmora <31280975+nzmora@users.noreply.github.com> Date: Sun, 2 Jun 2019 15:26:31 +0300 Subject: [PATCH] Update requirements.txt Added sklearn and gym - both required for automated compression --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2a49ea1..4e54d98 100755 --- a/requirements.txt +++ b/requirements.txt @@ -18,3 +18,5 @@ pyyaml pytest==3.5.1 xlsxwriter>=1.1.1 pretrainedmodels +sklearn +gym -- GitLab