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

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

parent c7b32b5a
No related branches found
No related tags found
No related merge requests found
Pipeline #54523 failed
...@@ -24,7 +24,6 @@ requirements: ...@@ -24,7 +24,6 @@ requirements:
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- scipy {{ scipy }}
- bob.extension >2.0.4 - bob.extension >2.0.4
- bob.blitz - bob.blitz
- bob.core - bob.core
...@@ -33,12 +32,13 @@ requirements: ...@@ -33,12 +32,13 @@ requirements:
- boost {{ boost }} - boost {{ boost }}
- sox {{ sox }} - sox {{ sox }}
- numpy {{ numpy }} - numpy {{ numpy }}
- scipy {{ scipy }}
run: run:
- python - python
- setuptools - setuptools
- scipy
- boost - boost
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }}
test: test:
imports: imports:
...@@ -50,11 +50,10 @@ test: ...@@ -50,11 +50,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.
Please register or to comment