Skip to content
Snippets Groups Projects

meta(deps): add bob as dependency in new structure

Merged Yannick DAYER requested to merge new-bob-structure into master
2 files
+ 15
16
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
10
@@ -21,36 +21,36 @@ requirements:
@@ -21,36 +21,36 @@ requirements:
- python {{ python }}
- python {{ python }}
- setuptools {{ setuptools }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- pip {{ pip }}
- clapper
- bob
- bob.extension
- bob.io.base
- bob.io.base
- bob.measure
- bob.measure
- bob.bio.base
- bob.bio.base
- bob.pipelines
- bob.pipelines
- matplotlib {{ matplotlib }}
- clapper {{ clapper }}
- scikit-image {{ scikit_image }}
- tensorflow {{ tensorflow }} # [linux]
- imageio-ffmpeg {{ imageio_ffmpeg }}
- imageio-ffmpeg {{ imageio_ffmpeg }}
 
- matplotlib {{ matplotlib }}
- opencv {{ opencv }}
- opencv {{ opencv }}
- pytorch {{ pytorch }}
- pytorch {{ pytorch }}
- pytorch-lightning {{ pytorch_lightning }}
- pytorch-lightning {{ pytorch_lightning }}
 
- scikit-image {{ scikit_image }}
 
- tensorflow {{ tensorflow }} # [linux]
- torchvision {{ torchvision }}
- torchvision {{ torchvision }}
run:
run:
- python
- python
- setuptools
- setuptools
- clapper
- bob
- bob.extension
- bob.io.base
- bob.io.base
- bob.measure
- bob.measure
- bob.bio.base
- bob.bio.base
- bob.pipelines
- bob.pipelines
- {{ pin_compatible('matplotlib')}}
- {{ pin_compatible('clapper')}}
- {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('imageio-ffmpeg') }}
- {{ pin_compatible('imageio-ffmpeg') }}
 
- {{ pin_compatible('matplotlib')}}
- {{ pin_compatible('opencv') }}
- {{ pin_compatible('opencv') }}
- {{ pin_compatible('pytorch') }}
- {{ pin_compatible('pytorch') }}
- {{ pin_compatible('torchvision') }}
- {{ pin_compatible('pytorch-lightning') }}
- {{ pin_compatible('pytorch-lightning') }}
 
- {{ pin_compatible('scikit-image') }}
 
- {{ pin_compatible('torchvision') }}
run_constrained:
run_constrained:
- {{ pin_compatible('tensorflow') }} # [linux]
- {{ pin_compatible('tensorflow') }} # [linux]
Loading