Skip to content

Commit f69eee6

Browse files
mthrokpmeier
andauthored
Remove unnecessary dependency from macOS/Conda binaries (#8077)
Co-authored-by: Philip Meier <[email protected]>
1 parent a8ebd0b commit f69eee6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packaging/torchvision/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ requirements:
1111
- {{ compiler('c') }} # [win]
1212
- libpng
1313
- libjpeg-turbo
14-
# NOTE: The only ffmpeg version that we build is actually 4.2
15-
- ffmpeg >=4.2 # [not win]
14+
- ffmpeg >=4.2 # [linux]
1615

1716
host:
1817
- python
@@ -27,7 +26,7 @@ requirements:
2726
- numpy >=1.23.5 # [py >= 311]
2827
- requests
2928
- libpng
30-
- ffmpeg >=4.2 # [not win]
29+
- ffmpeg >=4.2 # [linux]
3130
- libjpeg-turbo
3231
- pillow >=5.3.0, !=8.3.*
3332
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]

0 commit comments

Comments
 (0)