Skip to content

Commit

Permalink
Remove temporary channel for python 3.11 (#1135)
Browse files Browse the repository at this point in the history
Summary:
Remove temporary channel for python 3.11

Pull Request resolved: #1135

Reviewed By: NivekT

Differential Revision: D45127216

Pulled By: ejguan

fbshipit-source-id: 5ff8463122cf9176eaaff1394fc416c48d63f9a4
  • Loading branch information
ejguan committed Apr 20, 2023
1 parent e78c1a9 commit e1feeb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packaging/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1feeb2

Please sign in to comment.