Skip to content

Commit 4b5977f

Browse files
authored
chore: drop pinning of python 3.12 (#7389)
Update install.sh Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent 0d877b1 commit 4b5977f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

backend/python/diffusers/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,4 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1616
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
1717
fi
1818

19-
# Use python 3.12 for l4t
20-
if [ "x${BUILD_PROFILE}" == "xl4t" ]; then
21-
PYTHON_VERSION="3.12"
22-
PYTHON_PATCH="12"
23-
PY_STANDALONE_TAG="20251120"
24-
fi
25-
2619
installRequirements

0 commit comments

Comments
 (0)