Skip to content

Commit

Permalink
update conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 16, 2023
1 parent 9ac4b55 commit 6078aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test:
- tests
- example_specs
requires:
{% for dep in setup_py_data['extras_require']['test'] %}
{% for dep in setup_py_data['extras_require']['dev'] %}
- {{ dep.replace('torch', 'pytorch').lower() }}
{% endfor %}
commands:
Expand Down

0 comments on commit 6078aaa

Please sign in to comment.