From cf70d44c5d6ab09091f6d5101f59062e2082a834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:08:38 +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/v1.26.4...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 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 1c9a19d9..c7642994 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>=1.26.4,<3 +numpy>=2.4.4,<3