Skip to content
Snippets Groups Projects
Commit bcd3c7fa authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda] remove bob-devel from test requirements [skip ci]

parent 1c9834fc
Branches
Tags
No related merge requests found
Pipeline #53748 skipped
......@@ -32,16 +32,17 @@ requirements:
- bob.measure
- bob.sp
- bob.pipelines
- tabulate
- pandas
- tabulate {{ tabulate }}
- pandas {{ pandas }}
- scipy {{ scipy }}
- six {{ six }}
run:
- python
- setuptools
- scipy
- bob.pipelines
- six
- {{ pin_compatible('tabulate') }}
- {{ pin_compatible('pandas') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('six') }}
test:
imports:
......@@ -67,7 +68,6 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- bob-devel {{ bob_devel }}.*
- nose
- coverage
- sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment