Unverified Commit ed04deeb authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Temporary fix to remove ffmpeg from build time (#1475)

parent e279eba0
......@@ -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 .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment