Skip to content

Commit

Permalink
Add lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Aug 28, 2024
1 parent 5087d7b commit 9b13519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/torchvision/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requirements:
- libpng
- libjpeg-turbo
- libwebp
- libavif
- libavif >= 1.1.1
- ffmpeg >=4.2.2, <5.0.0 # [linux]

host:
Expand All @@ -31,7 +31,7 @@ requirements:
- ffmpeg >=4.2.2, <5.0.0 # [linux]
- libjpeg-turbo
- libwebp
- libavif
- libavif >= 1.1.1
- pillow >=5.3.0, !=8.3.*
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
{{ environ.get('CONDA_PYTORCH_CONSTRAINT', 'pytorch') }}
Expand Down

0 comments on commit 9b13519

Please sign in to comment.