File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ export BUILD_TYPE=wheel
8
8
setup_env 0.5.0
9
9
setup_wheel_python
10
10
pip_install numpy pyyaml future ninja
11
+ # TODO remove after https://github.com/pytorch/pytorch/pull/27282 gets merged
12
+ pip_install six
11
13
setup_pip_pytorch_version
12
14
python setup.py clean
13
15
IS_WHEEL=1 python setup.py bdist_wheel
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ requirements:
13
13
- python
14
14
- setuptools
15
15
- av
16
+ - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
16
17
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
17
18
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
18
19
{{ environ.get('CONDA_CPUONLY_FEATURE') }}
@@ -23,6 +24,7 @@ requirements:
23
24
- numpy >=1.11
24
25
- six
25
26
- av
27
+ - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
26
28
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
27
29
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
28
30
50
52
- av
51
53
- ca-certificates
52
54
- typing
55
+ - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
53
56
commands :
54
57
pytest .
55
58
You can’t perform that action at this time.
0 commit comments