From 7c4be434d4ca4c9e3dfc2d0950c4fc7769e29da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:51:23 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /backend/python/transformers Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.0.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/python/transformers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/transformers/requirements.txt b/backend/python/transformers/requirements.txt index e03d699a7..36fefe398 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -3,4 +3,4 @@ protobuf==6.33.5 certifi setuptools scipy==1.15.1 -numpy>=2.0.0 \ No newline at end of file +numpy>=2.4.6 \ No newline at end of file