Skip to content
Snippets Groups Projects
Commit 8b0e2ac0 authored by Anjith GEORGE's avatar Anjith GEORGE
Browse files

Added torch-cpu and torchvision cpu

parent 34133c73
No related branches found
No related tags found
1 merge request!34Standardize conda recipe
Pipeline #29734 failed
...@@ -27,26 +27,27 @@ requirements: ...@@ -27,26 +27,27 @@ 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
- torchvision >=0.2.1
run:
- python
- setuptools
- numpy >=1.11
- docopt - docopt
- pytorch >=1.0.1
- torchvision >=0.2.1
- matplotlib - matplotlib
- h5py - h5py
- tensorflow >=1.4 - tensorflow
# - pytorch-cpu
# - torchvision-cpu
run:
- python
- setuptools
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('tensorflow') }}
test: test:
imports: imports:
...@@ -68,6 +69,8 @@ test: ...@@ -68,6 +69,8 @@ test:
- coverage - coverage
- sphinx - sphinx
- sphinx_rtd_theme - sphinx_rtd_theme
- pytorch-cpu
- torchvision-cpu
about: about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/bob/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment