Skip to content

Commit

Permalink
Trying to fix 3.10 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Feb 16, 2022
1 parent 10a6e71 commit ed581ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ "$CU_VERSION" == cu115 ]]; then
fi
if [[ "$PYTHON_VERSION" == 3.10 ]]; then
export ADDITIONAL_CHANNELS="-c conda-forge"
export NUMPY_PACKAGE=" - numpy=1.21.2"
export NUMPY_PACKAGE=" - numpy 1.21.2"
fi

conda build -c defaults -c $CUDATOOLKIT_CHANNEL $CONDA_CHANNEL_FLAGS $ADDITIONAL_CHANNELS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchaudio

0 comments on commit ed581ce

Please sign in to comment.