diff --git a/conda/meta.yaml b/conda/meta.yaml
index 370d1212d753e9bc24c5898cf97cdf0040c8d018..9912c0e91a6ab57919c783eaf4ee77ca05daff79 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -27,26 +27,29 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- - numpy >=1.11
- - docopt
- bob.extension
- bob.core
- bob.io.base
- bob.bio.base
- bob.io.image
- bob.ap
- - pytorch >=1.0.1
- - torchvision >=0.2.1
+ - numpy {{ numpy }}
+ - docopt {{ docopt }}
+ - matplotlib {{ matplotlib }}
+ - h5py {{ h5py }}
+ - tensorflow {{ tensorflow }}
+ - pytorch {{ pytorch }} # [linux]
+ - torchvision {{ torchvision }} # [linux]
run:
- python
- setuptools
- - numpy >=1.11
- - docopt
- - pytorch >=1.0.1
- - torchvision >=0.2.1
- - matplotlib
- - h5py
- - tensorflow >=1.4
+ - {{ pin_compatible('numpy') }}
+ - {{ pin_compatible('docopt') }}
+ - {{ pin_compatible('matplotlib') }}
+ - {{ pin_compatible('h5py') }}
+ - {{ pin_compatible('tensorflow') }}
+ - {{ pin_compatible('pytorch') }} # [linux]
+ - {{ pin_compatible('torchvision') }} # [linux]
test:
imports: