Unverified Commit ea0b50a3 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents d3145c9f f2e59299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
+2 −2
Original line number Diff line number Diff line
@@ -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 ];