diff --git a/buildout.cfg b/buildout.cfg
index 648ba04e39ea67ab0fc1da50b1f745733cf27ce3..3ae5d143d678b86990d3cd07d0f823e83d07292b 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 b083f801abc5373929e3450280ddef1d4530bcdd..0820e220c6522114eb896f937b86220b576bb9eb 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(