We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ebd0b commit f69eee6Copy full SHA for f69eee6
packaging/torchvision/meta.yaml
@@ -11,8 +11,7 @@ requirements:
11
- {{ compiler('c') }} # [win]
12
- libpng
13
- libjpeg-turbo
14
- # NOTE: The only ffmpeg version that we build is actually 4.2
15
- - ffmpeg >=4.2 # [not win]
+ - ffmpeg >=4.2 # [linux]
16
17
host:
18
- python
@@ -27,7 +26,7 @@ requirements:
27
26
- numpy >=1.23.5 # [py >= 311]
28
- requests
29
30
31
32
- pillow >=5.3.0, !=8.3.*
33
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
0 commit comments