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:
test:
requires:
- mock
- nose
- pytest
- coverage
- pytest >=5.0
- mock >=3.0
files:
- .coveragerc
......
......@@ -19,14 +19,15 @@ requirements:
run:
- python
- menpo >=0.9,<0.10
- menpo >=0.9,<0.11
- scikit-learn >=0.16
- pandas >=0.24
test:
requires:
- nose
- pytest
- mock
- pytest >=5.0
- mock >=3.0
imports:
- menpofit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment