From f33de17fe701330012fb36904f38b10046d277db Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:50:26 +0100 Subject: [PATCH] feat(nemo): add Nemo backend without Python version pins (#8438) * Initial plan * Remove Python version pins from nemo backend install.sh Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> * Pin pyarrow to 20.0.0 in nemo requirements Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- backend/python/nemo/install.sh | 4 ---- backend/python/nemo/requirements.txt | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/python/nemo/install.sh b/backend/python/nemo/install.sh index 71c9e79a9..bb7faeef4 100755 --- a/backend/python/nemo/install.sh +++ b/backend/python/nemo/install.sh @@ -14,8 +14,4 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match" fi -PYTHON_VERSION="3.12" -PYTHON_PATCH="12" -PY_STANDALONE_TAG="20251120" - installRequirements diff --git a/backend/python/nemo/requirements.txt b/backend/python/nemo/requirements.txt index 9ce0da738..f18110b3f 100644 --- a/backend/python/nemo/requirements.txt +++ b/backend/python/nemo/requirements.txt @@ -3,3 +3,4 @@ protobuf certifi packaging==24.1 setuptools +pyarrow==20.0.0