Skip to content

Commit 8163bbf

Browse files
authored
Apply suggestions from code review
1 parent 8c031e5 commit 8163bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/torchvision/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requirements:
1111
- {{ compiler('c') }} # [win]
1212
- libpng
1313
- libjpeg-turbo
14-
- ffmpeg ==4.2.2 # [linux]
14+
- ffmpeg >=4.2.2, <5.0.0 # [linux]
1515

1616
host:
1717
- python
@@ -26,7 +26,7 @@ requirements:
2626
- numpy >=1.23.5 # [py >= 311]
2727
- requests
2828
- libpng
29-
- ffmpeg ==4.2.2 # [linux]
29+
- ffmpeg >=4.2.2, <5.0.0 # [linux]
3030
- libjpeg-turbo
3131
- pillow >=5.3.0, !=8.3.*
3232
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]

0 commit comments

Comments
 (0)