Skip to content

Commit

Permalink
Merge pull request #350 from IntelPython/fix/conda-package-upload
Browse files Browse the repository at this point in the history
Fix dpbench conda dep on python
  • Loading branch information
adarshyoga authored May 3, 2024
2 parents 71c1061 + e1bebac commit 2838206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ requirements:
{% endif %}
{% endfor %}
run:
- python
{% for dep in py_deps %}
- {{ dep|replace('_','-') }}
{% endfor %}
Expand Down

0 comments on commit 2838206

Please sign in to comment.