python310Packages.transformers: 4.22.2 -> 4.23.1

This commit is contained in:
R. Ryantm 2022-10-19 01:58:41 +00:00
parent 87c6a9a57c
commit c2fc235724

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.22.2";
version = "4.23.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7TM06YS/8U1Y7qtrraV+Iw+ASIWUAFi/lcfFGp1nEJ0=";
hash = "sha256-Ziye3lop91VICMVEC42ulE7CU6PfHot8Ij8YZxIS3J0=";
};
propagatedBuildInputs = [