From d6fda8882b4b4a49e9c5176046d96c53c97ac7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:18:36 +0000 Subject: [PATCH] chore(deps): Update numpy requirement 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/v1.26.4...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7289554..aac0b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers=[ ] dynamic = ["version"] dependencies = [ -"numpy>=1.26.4,<2.3.0", +"numpy>=1.26.4,<2.5.0", "accelerate>=0.20.3,!=0.34,<1.11", "transformers>=4.45,<4.58", "torch>=2.2.0,<2.10.0",