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:
- bob.measure
- bob.learn.linear
- bob.bio.base
- matplotlib {{ matplotlib }}
- numpy {{ numpy }}
- scikit-learn {{ scikit_learn }}
run:
- python
- setuptools
- matplotlib
- numpy
- scikit-learn
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scikit-learn') }}
test:
imports:
......@@ -46,11 +49,10 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- bob-devel {{ bob_devel }}.*
- nose
- coverage
- sphinx
- sphinx_rtd_theme
- nose {{ nose }}
- coverage {{ coverage }}
- sphinx {{ sphinx }}
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
about:
home: https://www.idiap.ch/software/bob/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment