From e1feeb2542293e42f083d24301386db6c003eeee Mon Sep 17 00:00:00 2001 From: erjia Date: Wed, 19 Apr 2023 14:39:19 -0700 Subject: [PATCH] Remove temporary channel for python 3.11 (#1135) Summary: Remove temporary channel for python 3.11 Pull Request resolved: https://github.com/pytorch/data/pull/1135 Reviewed By: NivekT Differential Revision: D45127216 Pulled By: ejguan fbshipit-source-id: 5ff8463122cf9176eaaff1394fc416c48d63f9a4 --- packaging/build_conda.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/build_conda.sh b/packaging/build_conda.sh index ed3987d1b..0fa29eff0 100755 --- a/packaging/build_conda.sh +++ b/packaging/build_conda.sh @@ -14,10 +14,6 @@ export CU_VERSION=cpu export NO_CUDA_PACKAGE=1 export BUILD_TYPE="conda" -if [[ "$PYTHON_VERSION" == "3.11" ]]; then - export CONDA_CHANNEL_FLAGS="${CONDA_CHANNEL_FLAGS} -c malfet" -fi - export SOURCE_ROOT_DIR="$PWD" setup_env setup_conda_pytorch_constraint