We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d648a8 + 3308b40 commit e2265f6Copy full SHA for e2265f6
pkgs/development/python-modules/transformers/default.nix
@@ -59,14 +59,14 @@
59
60
buildPythonPackage rec {
61
pname = "transformers";
62
- version = "4.55.2";
+ version = "4.55.3";
63
pyproject = true;
64
65
src = fetchFromGitHub {
66
owner = "huggingface";
67
repo = "transformers";
68
tag = "v${version}";
69
- hash = "sha256-6cYZFFmwtPzResNB0q6yg/Lvclef4fAUqNxkSh+y+iU=";
+ hash = "sha256-wvcAKcEQ2dU/7IfCB0AH45ZdpiL5ib7kPPjFRhv4Z+0=";
70
};
71
72
build-system = [ setuptools ];
0 commit comments