From f2a895c5e8fb93e295213d621b2553d39d722f92 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 21 Mar 2014 17:40:31 +0100 Subject: [PATCH] Downgrade xbob.math build requirements --- buildout.cfg | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 648ba04..3ae5d14 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -19,8 +19,8 @@ prefixes = /idiap/group/torch5spro/nightlies/last/bob/linux-x86_64-release /Users/andre/work/bob/b/dbg/ [sources] -xbob.extension = git git@github.com:bioidiap/xbob.extension branch=prototype -xbob.blitz = git git@github.com:bioidiap/xbob.blitz +xbob.extension = git https://github.com/bioidiap/xbob.extension branch=prototype +xbob.blitz = git https://github.com/bioidiap/xbob.blitz [scripts] recipe = xbob.buildout:scripts diff --git a/setup.py b/setup.py index b083f80..0820e22 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ package_dir = os.path.dirname(os.path.realpath(__file__)) package_dir = os.path.join(package_dir, 'xbob', 'math', 'include') include_dirs = [package_dir] -packages = ['bob-math >= 1.3'] +packages = ['bob-math >= 1.2.2'] version = '2.0.0a0' setup( -- GitLab