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

Merge branch '16-mc-cnn-requires-pytorch-0-4-1' into 'master'

Resolve "MC-CNN requires pytorch >= 0.4.1"

Closes #16

See merge request !25
parents 97d1c70a 8481635c
No related branches found
No related tags found
1 merge request!25Resolve "MC-CNN requires pytorch >= 0.4.1"
Pipeline #28508 failed
...@@ -35,15 +35,15 @@ requirements: ...@@ -35,15 +35,15 @@ requirements:
- bob.bio.base - bob.bio.base
- bob.io.image - bob.io.image
- bob.ap - bob.ap
- pytorch >=0.4 - pytorch >=0.4.1
- torchvision >=0.2.0 - torchvision >=0.2.1
run: run:
- python - python
- setuptools - setuptools
- numpy >=1.11 - numpy >=1.11
- docopt - docopt
- pytorch =0.4 - pytorch =0.4.1
- torchvision >=0.2.0 - torchvision >=0.2.1
- matplotlib - matplotlib
- h5py - h5py
- tensorflow >=1.4 - tensorflow >=1.4
......
...@@ -8,6 +8,6 @@ bob.io.base ...@@ -8,6 +8,6 @@ bob.io.base
bob.bio.base bob.bio.base
bob.io.image bob.io.image
bob.ap bob.ap
torch >= 0.4.0 torch >= 0.4.1
torchvision >= 0.2.0 torchvision >= 0.2.1
h5py h5py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment