Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.pad.base
Commits
10254730
There was a problem fetching the pipeline summary.
Commit
10254730
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
improve requirements.txt and develop.cfg
parent
225fa80c
No related branches found
No related tags found
1 merge request
!15
Added missing indirect dependencies
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
develop.cfg
+62
-13
62 additions, 13 deletions
develop.cfg
requirements.txt
+2
-2
2 additions, 2 deletions
requirements.txt
with
64 additions
and
15 deletions
develop.cfg
+
62
−
13
View file @
10254730
; vim: set fileencoding=utf-8 :
; Pavel Korshunov <Pavel.Korshunov@idiap.ch>
; Wed 19 Aug 13:43:22 2015
[buildout]
parts
=
scripts
eggs
=
bob.pad.base
bob.extension
eggs
=
bob.extension
bob.blitz
bob.core
bob.math
bob.io.base
bob.sp
bob.ip.gabor
bob.ip.base
bob.ip.draw
bob.ip.color
bob.measure
bob.learn.boosting
bob.io.video
bob.learn.activation
bob.io.matlab
bob.io.image
bob.ip.flandmark
bob.ip.facedetect
bob.learn.linear
bob.learn.em
bob.db.base
bob.db.atnt
bob.bio.base
bob.learn.libsvm
bob.bio.face
bob.bio.video
bob.pad.base
extensions
=
bob.buildout
mr.developer
...
...
@@ -15,15 +36,29 @@ auto-checkout = *
develop
=
src/bob.extension
src/bob.blitz
src/bob.core
src/bob.math
src/bob.io.base
src/bob.sp
src/bob.math
src/bob.ip.gabor
src/bob.ip.base
src/bob.ip.draw
src/bob.ip.color
src/bob.measure
src/bob.db.base
src/bob.learn.boosting
src/bob.io.video
src/bob.learn.activation
src/bob.io.matlab
src/bob.io.image
src/bob.ip.flandmark
src/bob.ip.facedetect
src/bob.learn.linear
src/bob.learn.em
src/bob.db.base
src/bob.db.atnt
src/bob.bio.base
src/bob.learn.libsvm
src/bob.bio.face
src/bob.bio.video
.
; options for bob.buildout
...
...
@@ -32,18 +67,32 @@ verbose = true
newest
=
false
[sources]
bob.
bio.base
=
git git@gitlab.idiap.ch:bob/bob.
bio.base.git
bob.
extension
=
git git@gitlab.idiap.ch:bob/bob.
extension
bob.blitz
=
git git@gitlab.idiap.ch:bob/bob.blitz
bob.core
=
git git@gitlab.idiap.ch:bob/bob.core
bob.db.base
=
git git@gitlab.idiap.ch:bob/bob.db.base.git
bob.extension
=
git git@gitlab.idiap.ch:bob/bob.extension
bob.math
=
git git@gitlab.idiap.ch:bob/bob.math
bob.io.base
=
git git@gitlab.idiap.ch:bob/bob.io.base
bob.sp
=
git git@gitlab.idiap.ch:bob/bob.sp
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.draw
=
git git@gitlab.idiap.ch:bob/bob.ip.draw
bob.ip.color
=
git git@gitlab.idiap.ch:bob/bob.ip.color
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.learn.activation
=
git git@gitlab.idiap.ch:bob/bob.learn.activation
bob.learn.em
=
git git@gitlab.idiap.ch:bob/bob.learn.em
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.ip.flandmark
=
git git@gitlab.idiap.ch:bob/bob.ip.flandmark
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.math
=
git git@gitlab.idiap.ch:bob/bob.math
bob.measure
=
git git@gitlab.idiap.ch:bob/bob.measure
bob.sp
=
git git@gitlab.idiap.ch:bob/bob.sp
bob.learn.em
=
git git@gitlab.idiap.ch:bob/bob.learn.em
bob.db.base
=
git git@gitlab.idiap.ch:bob/bob.db.base
bob.db.atnt
=
git git@gitlab.idiap.ch:bob/bob.db.atnt
bob.bio.base
=
git git@gitlab.idiap.ch:bob/bob.bio.base
bob.learn.libsvm
=
git git@gitlab.idiap.ch:bob/bob.learn.libsvm
bob.bio.face
=
git git@gitlab.idiap.ch:bob/bob.bio.face
bob.bio.video
=
git git@gitlab.idiap.ch:bob/bob.bio.video
[scripts]
recipe
=
bob.buildout:scripts
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
2
View file @
10254730
setuptools
bob.blitz
bob.core
bob.extension
bob.core
bob.io.base
bob.db.base
bob.bio.base
bob.bio.video
bob.learn.libsvm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment