Skip to content

Commit ed04dee

Browse files
authored
Temporary fix to remove ffmpeg from build time (#1475)
1 parent e279eba commit ed04dee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packaging/torchvision/meta.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ requirements:
1212
host:
1313
- python
1414
- setuptools
15-
- av
16-
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
1715
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
1816
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
1917
{{ environ.get('CONDA_CPUONLY_FEATURE') }}
@@ -23,8 +21,6 @@ requirements:
2321
- pillow >=4.1.1
2422
- numpy >=1.11
2523
- six
26-
- av
27-
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
2824
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
2925
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
3026

@@ -52,7 +48,6 @@ test:
5248
- av
5349
- ca-certificates
5450
- typing
55-
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
5651
commands:
5752
pytest .
5853

0 commit comments

Comments
 (0)