From 7b7492a717dfddfc722192b6a8077b4a17d7bcda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:55:31 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.5.1 in /ml/hardware-recommender Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.5.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.6...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..7d1b0a6 100644 --- a/ml/hardware-recommender/requirements.txt +++ b/ml/hardware-recommender/requirements.txt @@ -1,5 +1,5 @@ huggingface-hub==0.34.3 -numpy==2.2.6 +numpy==2.5.1 pandas==2.3.1 pyarrow==21.0.0 pytest==8.4.1