We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17c9387 + 9ccd636 commit aa25d28Copy full SHA for aa25d28
conda.recipe/meta.yaml
@@ -55,6 +55,9 @@ test:
55
- tests
56
requires:
57
# dependencies are defined in setup.py
58
+ {% for dep in data['conda_requires']['test'] %}
59
+ - {{ rosetta.get(dep, dep).lower() }}
60
+ {% endfor %}
61
{% for dep in data['tests_require'] %}
62
- {{ rosetta.get(dep, dep).lower() }}
63
{% endfor %}
setup.py
@@ -57,7 +57,10 @@
],
"run": [
"darknet >=0.0.20200614"
- ]
+ ],
+ "test": [
+ "darknet-cpu >=0.0.20200614"
64
# fmt: on
65
}
66
0 commit comments