From e1afbf301aca9e2aa92c3083f8e8c51e251d08ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:56:04 +0000 Subject: [PATCH] Bump transformers in /examples/arm/image_classification_example_ethos_u Bumps [transformers](https://github.com/huggingface/transformers) from 4.56.1 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.56.1...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../arm/image_classification_example_ethos_u/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arm/image_classification_example_ethos_u/requirements.txt b/examples/arm/image_classification_example_ethos_u/requirements.txt index 8b4c8e5d4e4..fb956c800be 100644 --- a/examples/arm/image_classification_example_ethos_u/requirements.txt +++ b/examples/arm/image_classification_example_ethos_u/requirements.txt @@ -4,5 +4,5 @@ # LICENSE file in the root directory of this source tree. evaluate == 0.4.6 -transformers[torch] == 4.56.1 +transformers[torch] == 5.0.0rc3 tqdm == 4.67.1