Skip to content
Snippets Groups Projects
Commit e0b32483 authored by Manuel Günther's avatar Manuel Günther
Browse files

Removed 'bob' from the dependencies [skip ci]

parent 39ffe5a6
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,6 @@ static PyObject* build_version_dictionary() { ...@@ -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.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.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.learn.linear", bob_learn_linear_version())) return 0;
if (!dict_steal(retval, "Bob", bob_core_version())) return 0;
Py_INCREF(retval); Py_INCREF(retval);
return retval; return retval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment