From abb2fbe751dcfc589c1b1ab08583f21ec9067638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:00:33 +0000 Subject: [PATCH] chore(deps): bump transformers from 4.42.4 to 5.3.0 Bumps [transformers](https://github.com/huggingface/transformers) from 4.42.4 to 5.3.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.42.4...v5.3.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b10945a..7ab797e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ tqdm==4.67.3 # NLP & embeddings sentence-transformers==2.7.0 -transformers==4.42.4 +transformers==5.3.0 tokenizers==0.19.1 safetensors==0.7.0 spacy>=3.0.0 @@ -80,7 +80,7 @@ krippendorff==0.8.2 # Optional: Bayesian mechanism estimator (analysis/mechanism_model.py, estimator='bayesian'|'both'). # NOT a live dependency — installing it here would BREAK `pip install -r requirements.txt`, -# because bambi/pymc/pytensor require numpy>=2.0 while the pinned transformers==4.42.4 above +# because bambi/pymc/pytensor require numpy>=2.0 while the pinned transformers==5.3.0 above # requires numpy<2.0 (the two cannot coexist in this venv). The in-process default estimator is # the frequentist ordinal + Gaussian-mixed interaction model (statsmodels + sklearn, numpy-agnostic), # which needs nothing beyond the packages already pinned above. To run the opt-in Bayesian arm,