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

Fix conda recipe

parent 30b82bee
No related branches found
No related tags found
1 merge request!8Fix conda recipe
Pipeline #
...@@ -20,7 +20,9 @@ requirements: ...@@ -20,7 +20,9 @@ requirements:
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
# opencv has a run_exports entry
- opencv {{ opencv }} - opencv {{ opencv }}
- dlib {{ dlib }}
- bob.extension - bob.extension
- bob.core - bob.core
- bob.ip.facedetect - bob.ip.facedetect
...@@ -28,8 +30,8 @@ requirements: ...@@ -28,8 +30,8 @@ requirements:
run: run:
- python - python
- setuptools - setuptools
- dlib {{ dlib }} - {{ pin_compatible('dlib') }}
test: test:
imports: imports:
- {{ name }} - {{ name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment