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

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

parent 7874f22c
Branches
Tags
1 merge request!424Correct for dependencies (c.f. bob/bob.nightlies#48)
Pipeline #32433 passed
...@@ -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