Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.em
Commits
e0b32483
Commit
e0b32483
authored
Mar 06, 2015
by
Manuel Günther
Browse files
Removed 'bob' from the dependencies [skip ci]
parent
39ffe5a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/em/version.cpp
View file @
e0b32483
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment