From 64048c13c5c992a4d53bd56bc91382fd2caccecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:55:16 +0000 Subject: [PATCH] Bump pyarrow from 21.0.0 to 25.0.0 in /ml/hardware-recommender Bumps [pyarrow](https://github.com/apache/arrow) from 21.0.0 to 25.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-21.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ml/hardware-recommender/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml/hardware-recommender/requirements.txt b/ml/hardware-recommender/requirements.txt index ec23487..5efeedb 100644 --- a/ml/hardware-recommender/requirements.txt +++ b/ml/hardware-recommender/requirements.txt @@ -1,7 +1,7 @@ huggingface-hub==0.34.3 numpy==2.2.6 pandas==2.3.1 -pyarrow==21.0.0 +pyarrow==25.0.0 pytest==8.4.1 torch==2.13.0 # Training-time only (export_onnx.py) — the packaged app never installs