python3Packages.transformers: 4.31.0 -> 4.33.2

This commit is contained in:
Samuel Ainsworth 2023-09-15 17:17:30 -07:00 committed by Yt
parent 7f5927b335
commit 8e051ccc04

View File

@ -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 = [