Skip to content

Commit f439a92

Browse files
committed
Temporary fix to remove ffmpeg from build time (#1475)
* Fix cherry-pick conflict for 0.4.2 release
1 parent e708bc8 commit f439a92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packaging/torchvision/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ requirements:
1212
host:
1313
- python
1414
- setuptools
15-
- av
1615
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
1716
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
1817

@@ -21,7 +20,6 @@ requirements:
2120
- pillow >=4.1.1
2221
- numpy >=1.11
2322
- six
24-
- av
2523
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
2624
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
2725

0 commit comments

Comments
 (0)