Skip to content
Snippets Groups Projects
Commit 9168f9a2 authored by Pedro TOME's avatar Pedro TOME
Browse files

updated to travis

parent e1ef1c54
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ def imfilter(a, b, gpu=False, conv=True): ...@@ -28,6 +28,7 @@ def imfilter(a, b, gpu=False, conv=True):
return xbob.cusp.conv(a_ext, b) return xbob.cusp.conv(a_ext, b)
else: else:
return scipy.signal.convolve2d(a_ext, b, 'valid') return scipy.signal.convolve2d(a_ext, b, 'valid')
#return = self.convfft(a_ext, b)
...@@ -31,13 +31,13 @@ newest = false ...@@ -31,13 +31,13 @@ newest = false
facereclib = git https://github.com/idiap/facereclib.git facereclib = git https://github.com/idiap/facereclib.git
bob.db.vera = git https://github.com/bioidiap/bob.db.vera.git bob.db.vera = git https://github.com/bioidiap/bob.db.vera.git
bob.db.utfvp = git https://github.com/bioidiap/bob.db.utfvp.git bob.db.utfvp = git https://github.com/bioidiap/bob.db.utfvp.git
bob.io.matlab = git https://github.com/bioidiap/bob.io.matlab.git
bob.blitz = git https://github.com/bioidiap/bob.blitz.git bob.blitz = git https://github.com/bioidiap/bob.blitz.git
bob.core = git https://github.com/bioidiap/bob.core.git bob.core = git https://github.com/bioidiap/bob.core.git
bob.io.base = git https://github.com/bioidiap/bob.io.base.git bob.io.base = git https://github.com/bioidiap/bob.io.base.git
bob.io.image = git https://github.com/bioidiap/bob.io.image.git
bob.ip.base = git https://github.com/bioidiap/bob.ip.base.git bob.ip.base = git https://github.com/bioidiap/bob.ip.base.git
bob.sp = git https://github.com/bioidiap/bob.sp.git bob.sp = git https://github.com/bioidiap/bob.sp.git
bob.io.matlab = git https://github.com/bioidiap/bob.io.matlab.git
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
......
...@@ -69,11 +69,10 @@ setup( ...@@ -69,11 +69,10 @@ setup(
install_requires=[ install_requires=[
'setuptools', 'setuptools',
'bob.io.base', 'bob.io.base',
'bob.io.image', 'bob.io.matlab',
'bob.core', 'bob.core',
'bob.ip.base', 'bob.ip.base',
'bob.sp', 'bob.sp',
'bob.io.matlab',
'facereclib', 'facereclib',
], ],
......
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