Skip to content

Commit 0033a3a

Browse files
committed
Attempt to fix conda builds
1 parent a4fca1c commit 0033a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/torchvision/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ source:
77

88
requirements:
99
build:
10-
- {{ compiler('c') }} # [win]
10+
- {{ compiler('c') }}
11+
- {{ compiler('cxx') }}
1112

1213
host:
1314
- python

0 commit comments

Comments
 (0)