Skip to content

Commit b45c2a0

Browse files
committed
fix conda recipe
1 parent 8400fb3 commit b45c2a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ test:
5454
- tests
5555
requires:
5656
{% for dep in pyproject['project']['optional-dependencies']['dev'] %}
57-
- {{ dep.replace('torch', 'pytorch').lower().replace('_', '-') }}
5857
{% if dep.startswith('torch>=') %} # pip: torch -> conda: pytorch
5958
- py{{ dep.lower() }}
6059
{% else %}

0 commit comments

Comments
 (0)