Skip to content

Commit 31079e3

Browse files
authored
Merge pull request #450 from puneetmatharu/update-pillow-version
2 parents 2e5ec4c + ffcf826 commit 31079e3

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ https://github.com/ARM-software/Tool-Solutions/tree/r26.03
3333
- `ONEDNN_HASH` to `a83f8b4c7ca45fb339f3ecdf82895bc496941808`, from main, Feb 27th.
3434
- `TORCH_AO_HASH` to `9bdc0ca87c1134b7c1dedaa9512233b726f22955`, from main, Feb 27th.
3535
- `KLEIDIAI_HASH` to `98a6df72bdbb566bc7d8ba13d71991bcd94a8393`, v1.22.0 from main, Feb 19th.
36+
- Updates `pillow` from 11.1.0 to 12.1.1.
3637

3738
### Removed
3839
- Removes pytorch/pull/167720 as it has been merged upstream.

ML-Frameworks/pytorch-aarch64/requirements.txt

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

@@ -20,7 +20,7 @@ numpy~=2.1.2
2020
opencv-python-headless~=4.10.0.84
2121
packaging~=24.1
2222
pandas~=2.2.3
23-
pillow~=11.0.0
23+
pillow~=12.1.1
2424
protobuf==5.29.5 # GenAI models dependency
2525
pyaml~=24.9.0
2626
python-dateutil~=2.9.0.post0

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ https://github.com/ARM-software/Tool-Solutions/tree/r26.03
2828

2929
### Changed
3030
- Updates TensorFlow hash to 535fc05dbac76cec4a446eec0bed866394167c05 from nightly, Feb 25th
31+
- Updates `pillow` from 11.1.0 to 12.1.1
3132

3233
### Removed
3334
- Removes `pip` in favour of `uv`

ML-Frameworks/tensorflow-aarch64/requirements.txt

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

@@ -7,7 +7,7 @@ fsspec==2025.2.0
77
huggingface-hub~=0.34.0
88
opencv-python-headless~=4.11.0.86
99
pandas~=2.2.3
10-
pillow~=11.1.0
10+
pillow~=12.1.1
1111
python-dateutil==2.9.0.post0
1212
pytz==2025.1
1313
PyYAML~=6.0.2

0 commit comments

Comments
 (0)