From e0b324830e412f69fd0e767923dbbd6bffd6d73a Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Fri, 6 Mar 2015 17:29:39 +0100
Subject: [PATCH] Removed 'bob' from the dependencies [skip ci]

---
 bob/learn/em/version.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bob/learn/em/version.cpp b/bob/learn/em/version.cpp
index d3c36a9..741a8c3 100644
--- a/bob/learn/em/version.cpp
+++ b/bob/learn/em/version.cpp
@@ -161,7 +161,6 @@ static PyObject* build_version_dictionary() {
   if (!dict_steal(retval, "bob.math", bob_math_version())) return 0;
   if (!dict_steal(retval, "bob.learn.activation", bob_learn_activation_version())) return 0;
   if (!dict_steal(retval, "bob.learn.linear", bob_learn_linear_version())) return 0;
-  if (!dict_steal(retval, "Bob", bob_core_version())) return 0;
 
   Py_INCREF(retval);
   return retval;
-- 
GitLab