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:
@@ -27,26 +27,29 @@ requirements:
host:
host:
- python {{ python }}
- python {{ python }}
- setuptools {{ setuptools }}
- setuptools {{ setuptools }}
- numpy >=1.11
- docopt
- bob.extension
- bob.extension
- bob.core
- bob.core
- bob.io.base
- bob.io.base
- bob.bio.base
- bob.bio.base
- bob.io.image
- bob.io.image
- bob.ap
- bob.ap
- pytorch >=1.0.1
- numpy {{ numpy }}
- torchvision >=0.2.1
- docopt {{ docopt }}
 
- matplotlib {{ matplotlib }}
 
- h5py {{ h5py }}
 
- tensorflow {{ tensorflow }}
 
- pytorch {{ pytorch }} # [linux]
 
- torchvision {{ torchvision }} # [linux]
run:
run:
- python
- python
- setuptools
- setuptools
- numpy >=1.11
- {{ pin_compatible('numpy') }}
- docopt
- {{ pin_compatible('docopt') }}
- pytorch >=1.0.1
- {{ pin_compatible('matplotlib') }}
- torchvision >=0.2.1
- {{ pin_compatible('h5py') }}
- matplotlib
- {{ pin_compatible('tensorflow') }}
- h5py
- {{ pin_compatible('pytorch') }} # [linux]
- tensorflow >=1.4
- {{ pin_compatible('torchvision') }} # [linux]
test:
test:
imports:
imports:
Loading