Skip to content

Commit

Permalink
Merge pull request #315975 from GaetanLepage/transformers
Browse files Browse the repository at this point in the history
python311Packages.transformers: 4.41.1 -> 4.41.2
  • Loading branch information
happysalada authored May 30, 2024
2 parents b8d134f + 3f20a9c commit 6132b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/transformers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

buildPythonPackage rec {
pname = "transformers";
version = "4.41.1";
version = "4.41.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -64,7 +64,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "transformers";
rev = "refs/tags/v${version}";
hash = "sha256-eUMdlqHjCmK51hUPxjZq3tOl0o6EjipOziWergHwmPk=";
hash = "sha256-Y3WYO+63n/ATT9RmRJ9JLuhFWUiuBO4NL2KzvzELi+M=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 6132b0f

Please sign in to comment.