From 72c8edf96b301f101e5281f0ca98b579372f2979 Mon Sep 17 00:00:00 2001 From: Ethan Wee Date: Tue, 4 Nov 2025 14:02:21 -0800 Subject: [PATCH 1/3] Pin pip version --- requirements-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index a26e156f035d..ed78792d6ea7 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -9,4 +9,4 @@ pyyaml==6.0.2 requests==2.32.4 six==1.17.0 # dependency chain: NNPACK -> PeachPy -> six typing-extensions==4.14.1 -pip # not technically needed, but this makes setup.py invocation work +pip==25.2 # not technically needed, but this makes setup.py invocation work From 9f2707a1f256277bf56bcfe235fe79ddeed2ecbd Mon Sep 17 00:00:00 2001 From: Ethan Wee Date: Wed, 5 Nov 2025 08:49:16 -0800 Subject: [PATCH 2/3] Update requirements-build.txt --- requirements-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index ed78792d6ea7..a26e156f035d 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -9,4 +9,4 @@ pyyaml==6.0.2 requests==2.32.4 six==1.17.0 # dependency chain: NNPACK -> PeachPy -> six typing-extensions==4.14.1 -pip==25.2 # not technically needed, but this makes setup.py invocation work +pip # not technically needed, but this makes setup.py invocation work From dc8c6f609088fd22ac37381b28dd0994f733971d Mon Sep 17 00:00:00 2001 From: Ethan Wee Date: Wed, 5 Nov 2025 08:49:40 -0800 Subject: [PATCH 3/3] Remove pep517 flag --- .ci/pytorch/common_utils.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/pytorch/common_utils.sh b/.ci/pytorch/common_utils.sh index 9c9d22377746..2325c3d4ed4e 100644 --- a/.ci/pytorch/common_utils.sh +++ b/.ci/pytorch/common_utils.sh @@ -96,7 +96,6 @@ function pip_build_and_install() { python3 -m pip wheel \ --no-build-isolation \ --no-deps \ - --no-use-pep517 \ -w "${wheel_dir}" \ "${build_target}" fi