From 963a39115c58626f883e0a031221f6588bbbd6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:14:49 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /Shared 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.4.5...v2.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Shared/config/install-all-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/config/install-all-constraints.txt b/Shared/config/install-all-constraints.txt index e220a880..09ec3679 100644 --- a/Shared/config/install-all-constraints.txt +++ b/Shared/config/install-all-constraints.txt @@ -7,4 +7,4 @@ # Actualizar quando Rigging3D mudar `transformers` ou quando houver conflicto na resolução. transformers==4.51.3 -numpy>=2.4.5,<3 +numpy>=2.5.0,<3