Merge pull request #299198 from GaetanLepage/huggingface-hub

python311Packages.huggingface-hub: 0.22.0 -> 0.22.2, python311Packages.transformers: 4.39.1 -> 4.39.2
This commit is contained in:
Yt 2024-03-29 22:11:35 +00:00 committed by GitHub
commit cc0dccf85c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.22.0";
version = "0.22.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-jq7oCQlLXwr859mhHYolKp/N63Z0SIksMTwNL0JjfNQ=";
hash = "sha256-Y/oUF+d6Oo45x9cufZxjaJCQpoY0acPhetbyAt8M3pQ=";
};
nativeBuildInputs = [