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

[build] relaxed the constraint on torchvision to be >= 0.2.0

parent 7f0d1cb6
No related branches found
No related tags found
1 merge request!2Resolve "fix docstrings in datasets"
Pipeline #
......@@ -30,14 +30,14 @@ requirements:
- bob.io.base
- bob.io.image
- pytorch =0.4
- torchvision =0.2.0
- torchvision >=0.2.0
run:
- python
- setuptools
- numpy >=1.11
- docopt
- pytorch =0.4
- torchvision =0.2.0
- torchvision >=0.2.0
- matplotlib
test:
imports:
......
......@@ -7,4 +7,4 @@ bob.core
bob.io.base
bob.io.image
torch == 0.4.0
torchvision == 0.2.0
torchvision >= 0.2.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment