Skip to content

Commit 4a5fea3

Browse files
committed
remove pyproject.toml
1 parent accd95d commit 4a5fea3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe/build-torch.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ else
2121
export FORCE_CUDA=1
2222
fi
2323

24+
# remove pyproject.toml
25+
rm $SRC_DIR/pyproject.toml
26+
2427
export TORCHVISION_INCLUDE="${PREFIX}/include/"
2528
${PYTHON} -m pip install . -vv

0 commit comments

Comments
 (0)