Skip to content

Commit 2838206

Browse files
authored
Merge pull request #350 from IntelPython/fix/conda-package-upload
Fix dpbench conda dep on python
2 parents 71c1061 + e1bebac commit 2838206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ requirements:
4545
{% endif %}
4646
{% endfor %}
4747
run:
48+
- python
4849
{% for dep in py_deps %}
4950
- {{ dep|replace('_','-') }}
5051
{% endfor %}

0 commit comments

Comments
 (0)