From 2696542c310d6f5b38e88f594e58242982a4b834 Mon Sep 17 00:00:00 2001 From: Neta Zmora <31280975+nzmora@users.noreply.github.com> Date: Tue, 18 Jun 2019 11:49:25 +0300 Subject: [PATCH] update requirements.txt - Replace `sklearn` with scikit-learn. - Freeze the `gym` version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e54d98..b8deb5c 100755 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ pyyaml pytest==3.5.1 xlsxwriter>=1.1.1 pretrainedmodels -sklearn -gym +scikit-learn +gym==0.12.5 -- GitLab