Skip to content

Commit

Permalink
[fbsync] Remove unnecessary dependency from macOS/Conda binaries (#8077)
Browse files Browse the repository at this point in the history
Summary: Co-authored-by: Philip Meier <github.pmeier@posteo.de>

Reviewed By: vmoens

Differential Revision: D51391970

fbshipit-source-id: aa36c68e85a5fc3a348f44f35f7d7f618ee24d57
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Nov 16, 2023
1 parent b67b85b commit 8ee24a8
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 8ee24a8

Please sign in to comment.