Skip to content
Snippets Groups Projects
Commit 23cd2627 authored by Manuel Günther's avatar Manuel Günther
Browse files

Removed bob.bio.gmm from requirements (since it is not actually required)

parent 98a1f4b3
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ before_install: ...@@ -16,7 +16,7 @@ before_install:
- sudo apt-get install -qq --force-yes libjpeg8-dev libnetpbm10-dev libpng12-dev libtiff4-dev libgif-dev libboost-all-dev libblitz1-dev libhdf5-serial-dev libvl-dev dvipng texlive-latex-base texlive-latex-extra texlive-math-extra texlive-latex-recommended texlive-fonts-recommended libatlas-dev libatlas-base-dev liblapack-dev - sudo apt-get install -qq --force-yes libjpeg8-dev libnetpbm10-dev libpng12-dev libtiff4-dev libgif-dev libboost-all-dev libblitz1-dev libhdf5-serial-dev libvl-dev dvipng texlive-latex-base texlive-latex-extra texlive-math-extra texlive-latex-recommended texlive-fonts-recommended libatlas-dev libatlas-base-dev liblapack-dev
- sudo apt-get install -qq --force-yes python-opencv libcv-dev libcvaux-dev libopencv-dev - sudo apt-get install -qq --force-yes python-opencv libcv-dev libcvaux-dev libopencv-dev
- pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel sphinx nose numpy scipy matplotlib coverage - pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel sphinx nose numpy scipy matplotlib coverage
- pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls - pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls bob.bio.gmm
- pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r databases.txt - pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r databases.txt
install: install:
- python bootstrap-buildout.py - python bootstrap-buildout.py
......
...@@ -26,7 +26,7 @@ develop = src/bob.bio.base ...@@ -26,7 +26,7 @@ develop = src/bob.bio.base
. .
; options for bob.buildout ; options for bob.buildout
debug = true debug = false
verbose = true verbose = true
newest = false newest = false
......
...@@ -19,7 +19,6 @@ bob.db.verification.utils ...@@ -19,7 +19,6 @@ bob.db.verification.utils
bob.db.verification.filelist bob.db.verification.filelist
bob.db.atnt # required for testing bob.db.atnt # required for testing
bob.bio.base bob.bio.base
bob.bio.gmm
bob.learn.boosting bob.learn.boosting
bob.ip.facedetect bob.ip.facedetect
bob.ip.flandmark bob.ip.flandmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment