{% set name = 'bob.pad.face' %} {% set project_dir = environ.get('RECIPE_DIR') + '/..' %} package: name: {{ name }} version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }} build: number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} run_exports: - {{ pin_subpackage(name) }} script: - cd {{ project_dir }} {% if environ.get('BUILD_EGG') %} - python setup.py sdist --formats=zip {% endif %} - python setup.py install --single-version-externally-managed --record record.txt requirements: host: - python {{ python }} - setuptools {{ setuptools }} - six {{ six }} - numpy - bob.extension - bob.bio.base - bob.io.base - bob.ip.base - bob.pad.base - bob.bio.face - bob.bio.video - bob.io.image - bob.ip.color - bob.ip.qualitymeasure - bob.learn.libsvm - bob.rppg.base >=2.0.0 - bob.ip.dlib - bob.ip.facelandmarks - opencv - scikit-learn - scikit-image run: - python - setuptools - six - {{ pin_compatible('numpy') }} - {{ pin_compatible('scikit-learn') }} - {{ pin_compatible('scikit-image') }} - {{ pin_compatible('opencv') }} test: imports: - {{ name }} commands: - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx - conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - bob-devel {{ bob_devel }}.* - nose - coverage - sphinx - sphinx_rtd_theme - gridtk - bob.db.replay - bob.db.replaymobile - bob.db.msu_mfsd_mod - bob.db.casia_fasd - bob.db.mobio - bob.db.maskattack - bob.db.casiasurf about: home: https://www.idiap.ch/software/bob/ license: GNU General Public License v3 (GPLv3) summary: Implements tools for spoofing or presentation attack detection in face biometrics license_family: GPL