python3Packages.transformers: 5.3.0 -> 5.5.0

Diff:
https://github.com/huggingface/transformers/compare/v5.3.0...v5.5.0

Changelog:
https://github.com/huggingface/transformers/releases/tag/v5.5.0
This commit is contained in:
Gaetan Lepage
2026-04-05 23:32:39 +00:00
parent 7a1cb48016
commit acb69e47c3
@@ -85,6 +85,7 @@
gitpython,
urllib3,
libcst,
tomli,
# opentelemetry
opentelemetry-api,
opentelemetry-exporter-otlp,
@@ -93,14 +94,14 @@
buildPythonPackage (finalAttrs: {
pname = "transformers";
version = "5.3.0";
version = "5.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${finalAttrs.version}";
hash = "sha256-5FzsPIG4dFTR2WgcZbdmVwwwY9Dkqu5aprl5uIIalD0=";
hash = "sha256-2fOCORAsQDKxp6EPe1OHysPWb/q168z6sCYg89tRXdU=";
};
build-system = [ setuptools ];
@@ -191,6 +192,10 @@ buildPythonPackage (finalAttrs: {
urllib3
libcst
rich
tomli
];
docs = [
# hf-docs-builder
];
benchmark = [
# optimum-benchmark