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

clean-up dependencies

parent ceb6a18c
No related branches found
No related tags found
1 merge request!82Cleanup
...@@ -42,17 +42,18 @@ requirements: ...@@ -42,17 +42,18 @@ requirements:
- bob.ip.facedetect - bob.ip.facedetect
- bob.pipelines - bob.pipelines
- matplotlib {{ matplotlib }} - matplotlib {{ matplotlib }}
- scikit-image {{ scikit_image }}
- six {{ six }} - six {{ six }}
- tensorflow {{ tensorflow }} # [linux]
run: run:
- python - python
- setuptools - setuptools
- matplotlib - {{ pin_compatible('matplotlib') }}
- six - {{ pin_compatible('six') }}
- scikit-image - {{ pin_compatible('scikit-image') }}
optional: run_constrained:
- bob.learn.tensorflow - bob.learn.tensorflow
- {{ pin_compatible('tensorflow') }} # [linux] - {{ pin_compatible('tensorflow') }} # [linux]
- mxnet
test: test:
imports: imports:
...@@ -83,10 +84,8 @@ test: ...@@ -83,10 +84,8 @@ test:
- bob.db.scface - bob.db.scface
- bob.db.xm2vts - bob.db.xm2vts
- bob.db.fargo - bob.db.fargo
- bob.bio.gmm - bob.learn.tensorflow # [linux]
- gridtk - tensorflow # [linux]
- bob.learn.tensorflow
- tensorflow
about: about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/bob/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment