Skip to content
Snippets Groups Projects
Commit c2233641 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the recipe

parent a96e50e6
Branches
Tags
No related merge requests found
......@@ -23,21 +23,22 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- numpy
- docopt
- numpy >=1.11
- docopt
- bob.extension
- bob.core
- bob.io.base
- bob.io.image
- pytorch =0.4
- torchvision =0.1.8
- torchvision =0.2.0
run:
- python
- setuptools
- numpy
- docopt
- numpy
- docopt
- pytorch =0.4
- torchvision =0.1.8
- torchvision =0.2.0
- matplotlib
test:
imports:
- {{ name }}
......@@ -58,5 +59,5 @@ test:
about:
home: https://www.idiap.ch/software/bob/
license: BSD License
summary: Bob bindings for PyTorch
license_family: BSD
summary: Bob bindings for PyTorch
license_family: BSD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment