Skip to content

Commit e8dded4

Browse files
seemethereNicolasHugfmassa
authored
packaging: Remove pin for jpeg, numpy (#3647)
* packaging: Remove pin for jpeg, numpy These may no longer be necessary due to the default anaconda channel having the necessary packages now. Signed-off-by: Eli Uriegas <[email protected]> * Update packaging/torchvision/meta.yaml Co-authored-by: Nicolas Hug <[email protected]> Co-authored-by: Francisco Massa <[email protected]>
1 parent 7da9afe commit e8dded4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packaging/torchvision/meta.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ requirements:
99
build:
1010
- {{ compiler('c') }} # [win]
1111
- libpng
12-
- jpeg <=9b
12+
- jpeg
1313
# NOTE: The only ffmpeg version that we build is actually 4.2
1414
- ffmpeg >=4.2 # [not win]
1515

1616
host:
1717
- python
1818
- setuptools
19-
- defaults::numpy >=1.11
2019
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
2120
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
2221
{{ environ.get('CONDA_CPUONLY_FEATURE') }}
@@ -25,9 +24,8 @@ requirements:
2524
- python
2625
- libpng
2726
- ffmpeg >=4.2 # [not win]
28-
- jpeg <=9b
29-
- pillow >=4.1.1
30-
- defaults::numpy >=1.11
27+
- jpeg
28+
- pillow >=5.3.0
3129
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
3230
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
3331

@@ -53,7 +51,7 @@ test:
5351
- pytest
5452
- scipy
5553
- av >=8.0.1
56-
- jpeg <=9b
54+
- jpeg
5755
- ca-certificates
5856

5957

0 commit comments

Comments
 (0)