File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ requirements:
12
12
host :
13
13
- python
14
14
- setuptools
15
- - av
16
- - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
17
15
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
18
16
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
19
17
{{ environ.get('CONDA_CPUONLY_FEATURE') }}
@@ -23,8 +21,6 @@ requirements:
23
21
- pillow >=4.1.1
24
22
- numpy >=1.11
25
23
- six
26
- - av
27
- - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
28
24
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
29
25
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
30
26
52
48
- av
53
49
- ca-certificates
54
50
- typing
55
- - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
56
51
commands :
57
52
pytest .
58
53
You can’t perform that action at this time.
0 commit comments