Skip to content

Commit

Permalink
2023-10-31 nightly release (f69eee6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Oct 31, 2023
1 parent bc10ff3 commit 9e33bcb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packaging/torchvision/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ requirements:
- {{ compiler('c') }} # [win]
- libpng
- libjpeg-turbo
# NOTE: The only ffmpeg version that we build is actually 4.2
- ffmpeg >=4.2 # [not win]
- ffmpeg >=4.2 # [linux]

host:
- python
Expand All @@ -27,7 +26,7 @@ requirements:
- numpy >=1.23.5 # [py >= 311]
- requests
- libpng
- ffmpeg >=4.2 # [not win]
- ffmpeg >=4.2 # [linux]
- libjpeg-turbo
- pillow >=5.3.0, !=8.3.*
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
Expand Down

0 comments on commit 9e33bcb

Please sign in to comment.