Skip to content
Snippets Groups Projects

Standardize conda recipe

Merged Amir MOHAMMADI requested to merge torch_cpu into master
1 file
+ 14
11
Compare changes
  • Side-by-side
  • Inline
+ 14
11
@@ -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 }}
- torchvision {{ torchvision }}
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') }}
- {{ pin_compatible('torchvision') }}
test:
imports:
Loading