Skip to content
Snippets Groups Projects
Commit f1a35ae3 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

fixing builds

parent 3a9170c9
No related branches found
No related tags found
1 merge request!28Harmonizing algorithms from bob.pad.face and bob.pad.voice, fixes issue#16
Pipeline #
...@@ -28,8 +28,8 @@ requirements: ...@@ -28,8 +28,8 @@ requirements:
- bob.io.base - bob.io.base
- bob.bio.base - bob.bio.base
- bob.bio.video - bob.bio.video
- bob.learn.libsvm
- bob.learn.linear - bob.learn.linear
- bob.learn.libsvm
run: run:
- python - python
- setuptools - setuptools
...@@ -48,6 +48,7 @@ test: ...@@ -48,6 +48,7 @@ test:
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
requires: requires:
- bob-devel {{ bob_devel }}.* - bob-devel {{ bob_devel }}.*
- bob.learn.linear
- nose - nose
- gridtk - gridtk
- coverage - coverage
......
...@@ -9,4 +9,5 @@ bob.pad.voice ...@@ -9,4 +9,5 @@ bob.pad.voice
bob.db.voicepa bob.db.voicepa
bob.bio.spear bob.bio.spear
bob.bio.face bob.bio.face
bob.pad.face bob.pad.face
\ No newline at end of file bob.learn.linear
\ No newline at end of file
...@@ -4,4 +4,5 @@ bob.db.base ...@@ -4,4 +4,5 @@ bob.db.base
bob.io.base bob.io.base
bob.bio.base bob.bio.base
bob.bio.video bob.bio.video
bob.learn.libsvm bob.learn.libsvm
\ No newline at end of file bob.learn.linear
\ No newline at end of file
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