Skip to content

Commit f33de17

Browse files
Copilotmudler
andauthored
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>
1 parent ec7e512 commit f33de17

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

backend/python/nemo/install.sh

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

17-
PYTHON_VERSION="3.12"
18-
PYTHON_PATCH="12"
19-
PY_STANDALONE_TAG="20251120"
20-
2117
installRequirements

backend/python/nemo/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ protobuf
33
certifi
44
packaging==24.1
55
setuptools
6+
pyarrow==20.0.0

0 commit comments

Comments
 (0)