Skip to content
Snippets Groups Projects
Commit 0d0ee2c2 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

clean-up dependencies

parent ed122f68
Branches
Tags
1 merge request!89Cleanup
......@@ -22,13 +22,11 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- bob.extension
- bob.io.base
- bob.io.image
- bob.measure
- numpy {{ numpy }}
- scipy {{ scipy }}
- click {{ click }}
- click-plugins {{ click_plugins }}
- scikit-learn {{ scikit_learn }}
- tensorflow {{ tensorflow }} # [linux]
run:
- python
......@@ -37,8 +35,9 @@ requirements:
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('click') }}
- {{ pin_compatible('click-plugins') }}
- {{ pin_compatible('scikit-learn') }}
- {{ pin_compatible('tensorflow') }} # [linux]
run_constrained:
- {{ pin_compatible('scikit-learn') }}
test:
imports:
......@@ -57,10 +56,9 @@ test:
- coverage
- sphinx
- sphinx_rtd_theme
- bob.io.image
- bob.db.atnt
- matplotlib
- gridtk
- scikit-learn
about:
home: https://www.idiap.ch/software/bob/
......
......@@ -4,19 +4,15 @@
[buildout]
parts = scripts
eggs = bob.learn.tensorflow
bob.db.casia_webface
bob.db.mobio
gridtk
eggs = bob.extension
bob.db.atnt
bob.learn.tensorflow
extensions = bob.buildout
mr.developer
auto-checkout = *
develop = src/bob.db.mnist
src/gridtk
src/bob.db.casia_webface
src/bob.db.mobio
src/bob.db.lfw
develop = src/bob.extension
src/bob.db.atnt
.
; options for bob.buildout
......@@ -26,12 +22,8 @@ newest = false
[sources]
bob.db.mnist = git git@gitlab.idiap.ch:bob/bob.db.mnist.git
bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base.git
bob.db.mobio = git git@gitlab.idiap.ch:bob/bob.db.mobio.git
bob.db.lfw = git git@gitlab.idiap.ch:bob/bob.db.lfw.git
bob.db.casia_webface = git git@gitlab.idiap.ch:bob/bob.db.casia_webface.git
gridtk = git git@gitlab.idiap.ch:bob/gridtk
bob.extension = git git@gitlab.idiap.ch:bob/bob.extension.git
bob.db.atnt = git git@gitlab.idiap.ch:bob/bob.db.atnt.git
[scripts]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment