Skip to content

Commit 6fc3aa0

Browse files
Merge pull request #444 from puneetmatharu/declare-pip-deprecation-for-torch-build
Declare `pip` deprecation for `torch` build
2 parents 16debbd + da69e47 commit 6fc3aa0

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ https://github.com/ARM-software/Tool-Solutions/tree/r26.03
3636
- `OPENBLAS_VERSION` to release v0.3.31, Jan 15th.
3737

3838
### Removed
39-
- Removed pytorch/pull/167720 as it has been merged upstream.
39+
- Removes pytorch/pull/167720 as it has been merged upstream.
40+
- Removes `pip` in favour of `uv`.
4041

4142
### Fixed
4243

ML-Frameworks/pytorch-aarch64/bash_profile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright 2020, 2024, 2025 Arm Limited and affiliates.
1+
# SPDX-FileCopyrightText: Copyright 2020, 2024-2026 Arm Limited and affiliates.
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

@@ -21,3 +21,13 @@ export PS1
2121

2222
# Add local bin to PATH
2323
export PATH="$HOME/.local/bin:$PATH"
24+
25+
# Deprecate pip in favor of uv
26+
function pip () {
27+
echo ""
28+
echo " *******************************************************************************"
29+
echo " * We no longer ship pip with Tool-Solutions, please use uv instead. Note that *"
30+
echo " * you can use uv pip to get functionality similar to pip. *"
31+
echo " *******************************************************************************"
32+
echo ""
33+
}

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ https://github.com/ARM-software/Tool-Solutions/tree/r26.03
3030
- Updates TensorFlow hash to 535fc05dbac76cec4a446eec0bed866394167c05 from nightly, Feb 25th
3131

3232
### Removed
33+
- Removes `pip` in favour of `uv`
3334

3435
### Fixed
3536

0 commit comments

Comments
 (0)