Skip to content
Snippets Groups Projects
Commit 329dcf2a authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[conda] pinned the numpy version to 1.11

parent 620192f5
Branches
Tags
No related merge requests found
......@@ -21,8 +21,7 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- numpy {{ numpy }}
- docopt {{ docopt }}
- numpy >=1.11
- bob.extension
- bob.core
- bob.bio.base
......@@ -30,9 +29,9 @@ requirements:
run:
- python
- setuptools
- docopt {{ docopt }}
- numpy >=1.11
- pytorch =0.4
- torchvision =0.2
- torchvision =0.2.0
test:
imports:
- {{ name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment