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

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

parent 06a953bb
No related branches found
No related tags found
No related merge requests found
Pipeline #53828 skipped
...@@ -25,12 +25,15 @@ requirements: ...@@ -25,12 +25,15 @@ requirements:
- bob.measure - bob.measure
- bob.learn.linear - bob.learn.linear
- bob.bio.base - bob.bio.base
- matplotlib {{ matplotlib }}
- numpy {{ numpy }}
- scikit-learn {{ scikit_learn }}
run: run:
- python - python
- setuptools - setuptools
- matplotlib - {{ pin_compatible('matplotlib') }}
- numpy - {{ pin_compatible('numpy') }}
- scikit-learn - {{ pin_compatible('scikit-learn') }}
test: test:
imports: imports:
...@@ -46,11 +49,10 @@ test: ...@@ -46,11 +49,10 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
requires: requires:
- bob-devel {{ bob_devel }}.* - nose {{ nose }}
- nose - coverage {{ coverage }}
- coverage - sphinx {{ sphinx }}
- sphinx - sphinx_rtd_theme {{ sphinx_rtd_theme }}
- sphinx_rtd_theme
about: about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/bob/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment