From 6687a0046701f31245b24af7100df5da0b5fc954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:04:41 +0000 Subject: [PATCH] chore(deps): bump scipy in /backend/python/transformers Bumps [scipy](https://github.com/scipy/scipy) from 1.15.1 to 1.17.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.1...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 85d3d9a41..8e354c71e 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -2,5 +2,5 @@ grpcio==1.76.0 protobuf==6.33.5 certifi setuptools -scipy==1.15.1 +scipy==1.17.1 numpy>=2.0.0 \ No newline at end of file