Skip to content

Commit

Permalink
python312Packages.transformers: 4.47.1 -> 4.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 10, 2025
1 parent c18d584 commit 70df536
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 @@ -58,14 +58,14 @@

buildPythonPackage rec {
pname = "transformers";
version = "4.47.1";
version = "4.48.0";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-xwc84wFUSRJ8SNCLiI7FQ1v/JKnXkTW4EpNCjgUbZ8E=";
hash = "sha256-jh2bMmvTC0G0kLJl7xXpsvXvBmlbZEDA88AfosoE9sA=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 70df536

Please sign in to comment.