From 25769370e741229f318551fc6a6d62e0d581d7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:07:04 +0000 Subject: [PATCH] Bump sympy from 1.12 to 1.14.0 Bumps [sympy](https://github.com/sympy/sympy) from 1.12 to 1.14.0. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.12...sympy-1.14.0) --- updated-dependencies: - dependency-name: sympy dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eval_math/requirements.txt | 2 +- trl/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eval_math/requirements.txt b/eval_math/requirements.txt index 46cd1bf..c364193 100644 --- a/eval_math/requirements.txt +++ b/eval_math/requirements.txt @@ -8,7 +8,7 @@ python_dateutil flash_attn # math_eval -sympy==1.12 +sympy==1.14.0 antlr4-python3-runtime==4.11.1 # ! The version needs to be compatible with sympy. word2number Pebble diff --git a/trl/requirements.txt b/trl/requirements.txt index 6b584e1..89e17fe 100644 --- a/trl/requirements.txt +++ b/trl/requirements.txt @@ -18,7 +18,7 @@ pillow==10.4.0 safetensors==0.4.5 scikit-learn==1.6.0 scipy==1.14.1 -sympy==1.13.1 +sympy==1.14.0 tiktoken==0.7.0 tokenizers==0.21.0 torch==2.5.1