diff --git a/buildout.cfg b/buildout.cfg
index c5045bfb7542fc327b9ce78e765160ce5d92aac3..7c91a745be573368a8393d3a3644c4dbbf9662b5 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -15,7 +15,7 @@ develop = src/bob.extension
           src/bob.db.base
           src/bob.ip.color
           src/bob.ip.draw
-          src/bob.math
+#          src/bob.math
           src/bob.measure
           src/bob.learn.activation
           src/bob.learn.linear
@@ -36,7 +36,7 @@ bob.io.base = git https://github.com/bioidiap/bob.io.base
 bob.db.base = git https://github.com/bioidiap/bob.db.base
 bob.ip.color = git https://github.com/bioidiap/bob.ip.color
 bob.ip.draw = git https://github.com/bioidiap/bob.ip.draw
-bob.math = git https://github.com/bioidiap/bob.math
+#bob.math = git https://github.com/bioidiap/bob.math
 bob.measure = git https://github.com/bioidiap/bob.measure
 bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
 bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear