Skip to content

Commit

Permalink
remove pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Mar 21, 2022
1 parent 62b5d68 commit 3b24505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/build-torch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ else
export FORCE_CUDA=1
fi

# remove pyproject.toml
rm $SRC_DIR/pyproject.toml

export TORCHVISION_INCLUDE="${PREFIX}/include/"
${PYTHON} -m pip install . -vv

0 comments on commit 3b24505

Please sign in to comment.