Commit 8e051ccc authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by Yt
Browse files

python3Packages.transformers: 4.31.0 -> 4.33.2

parent 7f5927b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@

buildPythonPackage rec {
  pname = "transformers";
  version = "4.31.0";
  version = "4.33.2";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -60,7 +60,7 @@ buildPythonPackage rec {
    owner = "huggingface";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-YbLI/CkRto8G4bV7ijUkB/0cc7LkfNBQxL1iNv8aWW4=";
    hash = "sha256-i2ruOOkuEHHwzGT2Iqy+Pt1sBBUx43eiNkwf2Iqdcfc=";
  };

  propagatedBuildInputs = [