From ce6e085dc21cbabf194e571bf9c57d26a4e01554 Mon Sep 17 00:00:00 2001 From: Manuel Gunther <siebenkopf@googlemail.com> Date: Fri, 30 Oct 2015 15:38:56 -0600 Subject: [PATCH] Test if experiments fail because of bob.learn.linear version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9e9258f..5dd5955e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ bob.core bob.io.base bob.learn.activation bob.math -bob.learn.linear +bob.learn.linear==2.0.6 bob.sp bob.learn.em bob.measure -- GitLab