diff --git a/conda/meta.yaml b/conda/meta.yaml
index 996a763e9aff381fee6d425ed56b937e374721b0..82cd5ecea732fbfca829a04fbb80f3dff1e030b5 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -29,16 +29,23 @@ requirements:
   host:
     - python {{ python }}
     - setuptools {{ setuptools }}
+    - docopt {{ docopt }}
+    - numpy {{ numpy }}
+    - requests {{ requests }}
+    - setuptools {{ setuptools }}
+    - simplejson {{ simplejson }}
+    - pyzmq {{ pyzmq }}
+    - six  # six usage is deprecated and it's jinja variable does not exist
   run:
     - python
     - setuptools
-    - docopt
-    - numpy
-    - requests
-    - setuptools
-    - simplejson
-    - six
-    - pyzmq
+    - {{ pin_compatible('docopt') }}
+    - {{ pin_compatible('numpy') }}
+    - {{ pin_compatible('requests') }}
+    - {{ pin_compatible('setuptools') }}
+    - {{ pin_compatible('simplejson') }}
+    - {{ pin_compatible('pyzmq') }}
+    - {{ pin_compatible('six') }}
 
 test:
   imports: