From 8265017a7887da493a7116bb41aec54c17f2971d Mon Sep 17 00:00:00 2001 From: Francisco Massa Date: Wed, 16 Oct 2019 17:08:31 +0200 Subject: [PATCH] Temporary fix to remove ffmpeg from build time --- packaging/torchvision/meta.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packaging/torchvision/meta.yaml b/packaging/torchvision/meta.yaml index fc47b0c3b29..da075ff03cb 100644 --- a/packaging/torchvision/meta.yaml +++ b/packaging/torchvision/meta.yaml @@ -12,8 +12,6 @@ requirements: host: - python - setuptools - - av - - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged {{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} {{ environ.get('CONDA_CPUONLY_FEATURE') }} @@ -23,8 +21,6 @@ requirements: - pillow >=4.1.1 - numpy >=1.11 - six - - av - - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} @@ -52,7 +48,6 @@ test: - av - ca-certificates - typing - - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged commands: pytest .