python312Packages.transformers: 4.50.1 -> 4.50.3 (#394148)

This commit is contained in:
Yt
2025-03-29 08:10:29 -04:00
committed by GitHub
@@ -58,14 +58,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.50.1";
version = "4.50.3";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-PIJB4iW493I3932Yq3tyGom82cMY1uduc53bs1xCPgU=";
hash = "sha256-Qou5q7FZJJXO87lgMC5Qttfi5KJWCwuzG5icCEfgs0M=";
};
build-system = [ setuptools ];