From 0d8e2b153d4f862384798e43a6fba073bad31938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:04:37 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.0.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 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..7415ded 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.0.2 pandas==2.2.3 peft==0.14.0 pillow==10.4.0