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
88setup_env 0.5.0
99setup_wheel_python
1010pip_install numpy pyyaml future ninja
11+ # TODO remove after https://github.com/pytorch/pytorch/pull/27282 gets merged
12+ pip_install six
1113setup_pip_pytorch_version
1214python setup.py clean
1315IS_WHEEL=1 python setup.py bdist_wheel
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ requirements:
1313 - python
1414 - setuptools
1515 - av
16+ - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
1617 {{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
1718 {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
1819 {{ environ.get('CONDA_CPUONLY_FEATURE') }}
@@ -23,6 +24,7 @@ requirements:
2324 - numpy >=1.11
2425 - six
2526 - av
27+ - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
2628 {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
2729 {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
2830
5052 - av
5153 - ca-certificates
5254 - typing
55+ - six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
5356 commands :
5457 pytest .
5558
You can’t perform that action at this time.
0 commit comments