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

[conda] fix recipe

parent 1a9b2cb3
No related branches found
No related tags found
1 merge request!89Cleanup
...@@ -25,17 +25,20 @@ requirements: ...@@ -25,17 +25,20 @@ requirements:
- bob.io.base - bob.io.base
- bob.io.image - bob.io.image
- bob.measure - bob.measure
- numpy {{ numpy }}
- scipy {{ scipy }}
- click {{ click }} - click {{ click }}
- click-plugins {{ click_plugins }} - click-plugins {{ click_plugins }}
- tensorflow {{ tensorflow }} # [linux]
run: run:
- python - python
- setuptools - setuptools
- numpy - {{ pin_compatible('numpy') }}
- scipy - {{ pin_compatible('scipy') }}
- {{ pin_compatible('click') }} - {{ pin_compatible('click') }}
- {{ pin_compatible('click-plugins') }} - {{ pin_compatible('click-plugins') }}
- tensorflow >=2.2 - {{ pin_compatible('scikit-learn') }}
- scikit-learn {{ scikit_learn }} - {{ pin_compatible('tensorflow') }} # [linux]
test: test:
imports: imports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment