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: ...@@ -12,8 +12,6 @@ requirements:
host: host:
- python - python
- setuptools - 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_PYTORCH_BUILD_CONSTRAINT') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
{{ environ.get('CONDA_CPUONLY_FEATURE') }} {{ environ.get('CONDA_CPUONLY_FEATURE') }}
...@@ -23,8 +21,6 @@ requirements: ...@@ -23,8 +21,6 @@ requirements:
- pillow >=4.1.1 - pillow >=4.1.1
- numpy >=1.11 - numpy >=1.11
- six - 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_PYTORCH_CONSTRAINT') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
...@@ -52,7 +48,6 @@ test: ...@@ -52,7 +48,6 @@ test:
- av - av
- ca-certificates - ca-certificates
- typing - typing
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
commands: commands:
pytest . 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