python3Packages.transformers: 4.53.3 -> 4.54.0 (#428429)

This commit is contained in:
Yt 2025-07-26 14:26:53 -04:00 committed by GitHub
commit ea0b50a3e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.33.4";
version = "0.34.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
tag = "v${version}";
hash = "sha256-AYTK/PO4fcG0g3I03Vf8FAbeqegijNMeFDCHCcXASac=";
hash = "sha256-Cy/ZEqSBY5Aam+q8DBuaaE52Jtf4MB1kcRVyqfXuigo=";
};
build-system = [ setuptools ];

View File

@ -59,14 +59,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.53.3";
version = "4.54.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-HE6w7j9UJXuTy3uMuUG/6m8CRkz5ozTR90t65XUt2Lk=";
hash = "sha256-spWC25U3htAuueoZ8dS6u8nYMgSg3MmBeYly9oL6LgY=";
};
build-system = [ setuptools ];