Unverified Commit f69eee61 authored by moto's avatar moto Committed by GitHub
Browse files

Remove unnecessary dependency from macOS/Conda binaries (#8077)


Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
parent a8ebd0b3
...@@ -11,8 +11,7 @@ requirements: ...@@ -11,8 +11,7 @@ requirements:
- {{ compiler('c') }} # [win] - {{ compiler('c') }} # [win]
- libpng - libpng
- libjpeg-turbo - libjpeg-turbo
# NOTE: The only ffmpeg version that we build is actually 4.2 - ffmpeg >=4.2 # [linux]
- ffmpeg >=4.2 # [not win]
host: host:
- python - python
...@@ -27,7 +26,7 @@ requirements: ...@@ -27,7 +26,7 @@ requirements:
- numpy >=1.23.5 # [py >= 311] - numpy >=1.23.5 # [py >= 311]
- requests - requests
- libpng - libpng
- ffmpeg >=4.2 # [not win] - ffmpeg >=4.2 # [linux]
- libjpeg-turbo - libjpeg-turbo
- pillow >=5.3.0, !=8.3.* - pillow >=5.3.0, !=8.3.*
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ] - pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment