Skip to content

Commit

Permalink
pin jpeg to 9b
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
  • Loading branch information
seemethere committed Dec 3, 2020
1 parent 9258cfd commit d169fe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/unittest/linux/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- codecov
- pip
- libpng
- jpeg
- jpeg <= 9b
- ca-certificates
- av
- pip:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/unittest/windows/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- codecov
- pip
- libpng
- jpeg
- jpeg <= 9b
- ca-certificates
- av
- pip:
Expand Down
5 changes: 3 additions & 2 deletions packaging/torchvision/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requirements:
build:
- {{ compiler('c') }} # [win]
- libpng
- jpeg
- jpeg <=9b

host:
- python
Expand All @@ -21,7 +21,7 @@ requirements:
run:
- python
- libpng
- jpeg
- jpeg <=9b
- pillow >=4.1.1
- numpy >=1.11
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
Expand Down Expand Up @@ -49,6 +49,7 @@ test:
- pytest
- scipy
- av >=8.0.1
- jpeg <=9b
- ca-certificates
{{ environ.get('CONDA_TYPING_CONSTRAINT') }}

Expand Down

0 comments on commit d169fe1

Please sign in to comment.