Skip to content
Snippets Groups Projects
Commit 6eec9ec7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'fix-menpofit' into 'master'

Correct for dependencies (c.f. bob/bob.nightlies#48)

Closes bob.nightlies#48

See merge request bob/bob.conda!424
parents 7874f22c 1c99d28d
Branches
No related tags found
1 merge request!424Correct for dependencies (c.f. bob/bob.nightlies#48)
Pipeline #32436 canceled
...@@ -46,10 +46,10 @@ requirements: ...@@ -46,10 +46,10 @@ requirements:
test: test:
requires: requires:
- mock
- nose - nose
- pytest
- coverage - coverage
- pytest >=5.0
- mock >=3.0
files: files:
- .coveragerc - .coveragerc
......
...@@ -19,14 +19,15 @@ requirements: ...@@ -19,14 +19,15 @@ requirements:
run: run:
- python - python
- menpo >=0.9,<0.10 - menpo >=0.9,<0.11
- scikit-learn >=0.16 - scikit-learn >=0.16
- pandas >=0.24
test: test:
requires: requires:
- nose - nose
- pytest - pytest >=5.0
- mock - mock >=3.0
imports: imports:
- menpofit - menpofit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment