Skip to content
Snippets Groups Projects
Commit f2a895c5 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Downgrade xbob.math build requirements

parent 43b98b23
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,8 @@ prefixes = /idiap/group/torch5spro/nightlies/last/bob/linux-x86_64-release ...@@ -19,8 +19,8 @@ prefixes = /idiap/group/torch5spro/nightlies/last/bob/linux-x86_64-release
/Users/andre/work/bob/b/dbg/ /Users/andre/work/bob/b/dbg/
[sources] [sources]
xbob.extension = git git@github.com:bioidiap/xbob.extension branch=prototype xbob.extension = git https://github.com/bioidiap/xbob.extension branch=prototype
xbob.blitz = git git@github.com:bioidiap/xbob.blitz xbob.blitz = git https://github.com/bioidiap/xbob.blitz
[scripts] [scripts]
recipe = xbob.buildout:scripts recipe = xbob.buildout:scripts
...@@ -12,7 +12,7 @@ package_dir = os.path.dirname(os.path.realpath(__file__)) ...@@ -12,7 +12,7 @@ package_dir = os.path.dirname(os.path.realpath(__file__))
package_dir = os.path.join(package_dir, 'xbob', 'math', 'include') package_dir = os.path.join(package_dir, 'xbob', 'math', 'include')
include_dirs = [package_dir] include_dirs = [package_dir]
packages = ['bob-math >= 1.3'] packages = ['bob-math >= 1.2.2']
version = '2.0.0a0' version = '2.0.0a0'
setup( setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment