File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ binary_common: &binary_common
1212 build_version :
1313 description : " version number of release binary; by default, build a nightly"
1414 type : string
15- default : " 0.3.1 "
15+ default : " 0.3.2 "
1616 pytorch_version :
1717 description : " PyTorch version to build against; by default, use a nightly"
1818 type : string
19- default : " 1.3.0 "
19+ default : " 1.3.1 "
2020 # Don't edit these
2121 python_version :
2222 description : " Python version to build against (e.g., 3.7)"
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ binary_common: &binary_common
1212 build_version:
1313 description: "version number of release binary; by default, build a nightly"
1414 type: string
15- default: "0.3.1 "
15+ default: "0.3.2 "
1616 pytorch_version:
1717 description: "PyTorch version to build against; by default, use a nightly"
1818 type: string
19- default: "1.3.0 "
19+ default: "1.3.1 "
2020 # Don't edit these
2121 python_version:
2222 description: "Python version to build against (e.g., 3.7)"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
77export BUILD_TYPE=" conda"
88export NO_CUDA_PACKAGE=1
9- setup_env 0.3.1
9+ setup_env 0.3.2
1010export SOURCE_ROOT_DIR=" $PWD "
1111setup_conda_pytorch_constraint
1212conda build $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python " $PYTHON_VERSION " packaging/torchaudio
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
77export BUILD_TYPE=" wheel"
88export NO_CUDA_PACKAGE=1
9- setup_env 0.3.1
9+ setup_env 0.3.2
1010setup_wheel_python
1111" $script_dir /build_from_source.sh" " $( pwd) " # Build static dependencies
1212pip_install numpy future
You can’t perform that action at this time.
0 commit comments