diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml index b7f0c796600338d4471642bb2e61ff79ea1b983c..58aec6db2e3e85b6f6eb52cfdababffc34907756 100644 --- a/conda/beat-devel/meta.yaml +++ b/conda/beat-devel/meta.yaml @@ -2,7 +2,7 @@ {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} package: name: beat-devel - version: 2019.07.31 + version: 2019.08.04 build: # the build number must be zero all the time. @@ -15,7 +15,7 @@ build: requirements: host: - python {{ python }} - - bob-devel 2019.07.31 + - bob-devel 2019.08.04 - docker-py 3.6.0 - flask 1.0.2 - flask-cors 3.0.7 diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml index f8f0bff01c5da59d828ed50c9ce9fd8b487d202c..a648c60bea71a824fb8ccf39f3b25306d2725265 100644 --- a/conda/bob-devel/meta.yaml +++ b/conda/bob-devel/meta.yaml @@ -4,7 +4,7 @@ package: name: bob-devel # please update the version of beat-devel and update bob-devel's version there # as well in the same merge request. - version: 2019.07.31 + version: 2019.08.04 build: # the build number must be zero all the time. @@ -79,6 +79,7 @@ requirements: # semi-supported dependencies (drop them if they conflict): - dlib 19.7 - menpo 0.8.1 + - menpofit 0.5.0 run: - python run_constrained: diff --git a/conda/menpofit/meta.yaml b/conda/menpofit/meta.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6d192a72eb2008095bb2876abf5e34a3e7d06ff9 --- /dev/null +++ b/conda/menpofit/meta.yaml @@ -0,0 +1,38 @@ +{% set version = "0.5.0" %} + +package: + name: menpofit + version: {{ version }} + +source: + git_rev: v{{ version }} + git_url: https://github.com/menpo/menpofit.git + +build: + number: 0 + script: python setup.py install --single-version-externally-managed --record=record.txt + +requirements: + build: + - python + - setuptools + + run: + - python + - menpo >=0.8,<0.9 + - scikit-learn >=0.16 + +test: + requires: + - nose + - mock + + imports: + - menpofit + + commands: + - nosetests menpofit + +about: + home: https://github.com/menpo/menpofit/ + license: BSD diff --git a/python.txt b/python.txt index 964f7f017cca3ee3b0ddc64fc6796017b02ad262..98683713f3d3e36633e1c3af2382de814ab768bc 100644 --- a/python.txt +++ b/python.txt @@ -1,6 +1,7 @@ conda/dlib conda/cyvlfeat conda/menpo +conda/menpofit conda/ipdb conda/mne conda/zc.buildout