Skip to content
Snippets Groups Projects

Removing torch as dependency and matching the dependencies with bob-devel

Merged Tiago de Freitas Pereira requested to merge adding-dependencies into master
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -26,12 +26,13 @@ requirements:
@@ -26,12 +26,13 @@ requirements:
- bob.extension
- bob.extension
- bob.core
- bob.core
- bob.bio.base
- bob.bio.base
 
- bob.learn.pytorch
run:
run:
- python
- python
- setuptools
- setuptools
- docopt {{ docopt }}
- docopt {{ docopt }}
- pytorch =0.3
- pytorch =0.4
- torchvision =0.1.8
- torchvision =0.2
test:
test:
imports:
imports:
- {{ name }}
- {{ name }}
Loading