Skip to content

Commit

Permalink
python312Packages.transformers: 4.46.3 -> 4.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 6, 2024
1 parent ac3c4a9 commit a32211b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.46.3";
version = "4.47.0";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
rev = "refs/tags/v${version}";
hash = "sha256-unQ1BypPv3fcFLCq4yoyat4pNy4ub5kgKfQRnfhuaGI=";
tag = "v${version}";
hash = "sha256-TQQ+w+EH/KWLE7iaaAHGxfE74hCiLXcqlIr1TIBFGvo=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit a32211b

Please sign in to comment.