From 46186e8c533fa1a2f21684e0e496414dd96a4de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:27:48 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.3.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.3.3. - [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.3.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- trl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trl/requirements.txt b/trl/requirements.txt index 6b584e1..57c59b1 100644 --- a/trl/requirements.txt +++ b/trl/requirements.txt @@ -11,7 +11,7 @@ latex2sympy2_extended math-verify==0.6.0 ninja==1.11.1.2 nltk==3.9.1 -numpy==1.26.4 +numpy==2.3.3 pandas==2.2.3 peft==0.14.0 pillow==10.4.0