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

updated to travis

parent e1ef1c54
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@ def imfilter(a, b, gpu=False, conv=True):
return xbob.cusp.conv(a_ext, b)
else:
return scipy.signal.convolve2d(a_ext, b, 'valid')
#return = self.convfft(a_ext, b)
......@@ -31,13 +31,13 @@ newest = false
facereclib = git https://github.com/idiap/facereclib.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.io.matlab = git https://github.com/bioidiap/bob.io.matlab.git
bob.blitz = git https://github.com/bioidiap/bob.blitz.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.image = git https://github.com/bioidiap/bob.io.image.git
bob.ip.base = git https://github.com/bioidiap/bob.ip.base.git
bob.sp = git https://github.com/bioidiap/bob.sp.git
bob.io.matlab = git https://github.com/bioidiap/bob.io.matlab.git
[scripts]
recipe = bob.buildout:scripts
......
......@@ -69,11 +69,10 @@ setup(
install_requires=[
'setuptools',
'bob.io.base',
'bob.io.image',
'bob.io.matlab',
'bob.core',
'bob.ip.base',
'bob.sp',
'bob.io.matlab',
'bob.sp',
'facereclib',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment