Skip to content
Snippets Groups Projects
Commit 6e8401a4 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Cleaning up dependencies

Cleaning up dependencies
parent 7bd8f6ee
No related branches found
No related tags found
2 merge requests!76Cleaning up dependencies,!75WIP: Port to dask pipelines
Pipeline #44877 failed
...@@ -37,14 +37,11 @@ requirements: ...@@ -37,14 +37,11 @@ requirements:
- bob.sp - bob.sp
- bob.ip.base - bob.ip.base
- bob.ip.color - bob.ip.color
- bob.ip.draw
- bob.ip.gabor - bob.ip.gabor
- bob.measure - bob.measure
- bob.db.base - bob.db.base
- bob.db.atnt - bob.db.atnt
- bob.learn.boosting
- bob.ip.facedetect - bob.ip.facedetect
- bob.ip.flandmark
- bob.io.video - bob.io.video
- matplotlib {{ matplotlib }} - matplotlib {{ matplotlib }}
- six {{ six }} - six {{ six }}
......
...@@ -10,15 +10,12 @@ eggs = bob.extension ...@@ -10,15 +10,12 @@ eggs = bob.extension
bob.sp bob.sp
bob.ip.gabor bob.ip.gabor
bob.ip.base bob.ip.base
bob.ip.draw
bob.ip.color bob.ip.color
bob.measure bob.measure
bob.learn.boosting
bob.io.video bob.io.video
bob.learn.activation bob.learn.activation
bob.io.matlab bob.io.matlab
bob.io.image bob.io.image
bob.ip.flandmark
bob.ip.facedetect bob.ip.facedetect
bob.learn.linear bob.learn.linear
bob.learn.em bob.learn.em
...@@ -41,15 +38,12 @@ develop = src/bob.extension ...@@ -41,15 +38,12 @@ develop = src/bob.extension
src/bob.sp src/bob.sp
src/bob.ip.gabor src/bob.ip.gabor
src/bob.ip.base src/bob.ip.base
src/bob.ip.draw
src/bob.ip.color src/bob.ip.color
src/bob.measure src/bob.measure
src/bob.learn.boosting
src/bob.io.video src/bob.io.video
src/bob.learn.activation src/bob.learn.activation
src/bob.io.matlab src/bob.io.matlab
src/bob.io.image src/bob.io.image
src/bob.ip.flandmark
src/bob.ip.facedetect src/bob.ip.facedetect
src/bob.learn.linear src/bob.learn.linear
src/bob.learn.em src/bob.learn.em
...@@ -75,15 +69,12 @@ bob.io.base = git git@gitlab.idiap.ch:bob/bob.io.base ...@@ -75,15 +69,12 @@ bob.io.base = git git@gitlab.idiap.ch:bob/bob.io.base
bob.sp = git git@gitlab.idiap.ch:bob/bob.sp bob.sp = git git@gitlab.idiap.ch:bob/bob.sp
bob.ip.gabor = git git@gitlab.idiap.ch:bob/bob.ip.gabor bob.ip.gabor = git git@gitlab.idiap.ch:bob/bob.ip.gabor
bob.ip.base = git git@gitlab.idiap.ch:bob/bob.ip.base bob.ip.base = git git@gitlab.idiap.ch:bob/bob.ip.base
bob.ip.draw = git git@gitlab.idiap.ch:bob/bob.ip.draw
bob.ip.color = git git@gitlab.idiap.ch:bob/bob.ip.color bob.ip.color = git git@gitlab.idiap.ch:bob/bob.ip.color
bob.measure = git git@gitlab.idiap.ch:bob/bob.measure bob.measure = git git@gitlab.idiap.ch:bob/bob.measure
bob.learn.boosting = git git@gitlab.idiap.ch:bob/bob.learn.boosting
bob.io.video = git git@gitlab.idiap.ch:bob/bob.io.video bob.io.video = git git@gitlab.idiap.ch:bob/bob.io.video
bob.learn.activation = git git@gitlab.idiap.ch:bob/bob.learn.activation bob.learn.activation = git git@gitlab.idiap.ch:bob/bob.learn.activation
bob.io.matlab = git git@gitlab.idiap.ch:bob/bob.io.matlab bob.io.matlab = git git@gitlab.idiap.ch:bob/bob.io.matlab
bob.io.image = git git@gitlab.idiap.ch:bob/bob.io.image bob.io.image = git git@gitlab.idiap.ch:bob/bob.io.image
bob.ip.flandmark = git git@gitlab.idiap.ch:bob/bob.ip.flandmark
bob.ip.facedetect = git git@gitlab.idiap.ch:bob/bob.ip.facedetect bob.ip.facedetect = git git@gitlab.idiap.ch:bob/bob.ip.facedetect
bob.learn.linear = git git@gitlab.idiap.ch:bob/bob.learn.linear bob.learn.linear = git git@gitlab.idiap.ch:bob/bob.learn.linear
bob.learn.em = git git@gitlab.idiap.ch:bob/bob.learn.em bob.learn.em = git git@gitlab.idiap.ch:bob/bob.learn.em
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment