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

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

parent 7a498fd9
No related branches found
No related tags found
No related merge requests found
Pipeline #54174 failed
...@@ -28,6 +28,7 @@ requirements: ...@@ -28,6 +28,7 @@ requirements:
- click-plugins {{ click_plugins }} - click-plugins {{ click_plugins }}
- scikit-learn {{ scikit_learn }} - scikit-learn {{ scikit_learn }}
- tensorflow {{ tensorflow }} # [linux] - tensorflow {{ tensorflow }} # [linux]
- matplotlib {{ matplotlib }}
run: run:
- python - python
- setuptools - setuptools
...@@ -38,6 +39,7 @@ requirements: ...@@ -38,6 +39,7 @@ requirements:
- {{ pin_compatible('tensorflow') }} # [linux] - {{ pin_compatible('tensorflow') }} # [linux]
run_constrained: run_constrained:
- {{ pin_compatible('scikit-learn') }} - {{ pin_compatible('scikit-learn') }}
- {{ pin_compatible('matplotlib') }}
test: test:
imports: imports:
...@@ -51,11 +53,10 @@ test: ...@@ -51,11 +53,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
- bob.db.atnt - bob.db.atnt
- matplotlib - matplotlib
- scikit-learn - scikit-learn
......
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