File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2323export 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+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments