From 4b5977f535fa699a5f2c275f7c2fa4a92f5617e1 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 28 Nov 2025 11:02:56 +0100 Subject: [PATCH] chore: drop pinning of python 3.12 (#7389) Update install.sh Signed-off-by: Ettore Di Giacinto --- backend/python/diffusers/install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/backend/python/diffusers/install.sh b/backend/python/diffusers/install.sh index 163a561fb..32befa8e6 100755 --- a/backend/python/diffusers/install.sh +++ b/backend/python/diffusers/install.sh @@ -16,11 +16,4 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match" fi -# Use python 3.12 for l4t -if [ "x${BUILD_PROFILE}" == "xl4t" ]; then - PYTHON_VERSION="3.12" - PYTHON_PATCH="12" - PY_STANDALONE_TAG="20251120" -fi - installRequirements