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

Merge branch 'adding-dependencies' into 'master'

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

See merge request !1
parents bc6ac183 b65daf95
Branches
Tags
1 merge request!1Removing torch as dependency and matching the dependencies with bob-devel
Pipeline #
...@@ -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 }}
......
...@@ -3,5 +3,6 @@ numpy ...@@ -3,5 +3,6 @@ numpy
bob.extension bob.extension
bob.core bob.core
bob.bio.base bob.bio.base
torch == 0.3.1 torch == 0.4.0
torchvision == 0.1.8 torchvision == 0.2.0
bob.learn.pytorch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment