diff --git a/conda/meta.yaml b/conda/meta.yaml
index ce7ce0f606202b2c231f57e81109ad2c52e7e94e..cad428e0f22a4e871819782656fba3f4e1e89833 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -28,8 +28,8 @@ requirements:
     - bob.io.base
     - bob.bio.base
     - bob.bio.video
-    - bob.learn.libsvm
     - bob.learn.linear
+    - bob.learn.libsvm
   run:
     - python
     - setuptools
@@ -48,6 +48,7 @@ test:
     - conda inspect objects -p $PREFIX {{ name }}  # [osx]
   requires:
     - bob-devel {{ bob_devel }}.*
+    - bob.learn.linear
     - nose
     - gridtk
     - coverage
diff --git a/doc/extra-intersphinx.txt b/doc/extra-intersphinx.txt
index 0f368db2ef5d09a16fff81a2bd5244907f2fcdfb..cc67f4cd838f7082b77cddb6424a184e9d00e94d 100644
--- a/doc/extra-intersphinx.txt
+++ b/doc/extra-intersphinx.txt
@@ -9,4 +9,5 @@ bob.pad.voice
 bob.db.voicepa
 bob.bio.spear
 bob.bio.face
-bob.pad.face
\ No newline at end of file
+bob.pad.face
+bob.learn.linear
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 2bd344b35dacb7b918791e15be509bb388ab5b1f..a85091a841cab638f49541d9d46d7c5022c41b12 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,5 @@ bob.db.base
 bob.io.base
 bob.bio.base
 bob.bio.video
-bob.learn.libsvm
\ No newline at end of file
+bob.learn.libsvm
+bob.learn.linear
\ No newline at end of file