Merge pull request #297853 from r-ryantm/auto-update/python312Packages.peft

python312Packages.peft: 0.9.0 -> 0.10.0
This commit is contained in:
Robert Scott 2024-03-24 00:33:05 +00:00 committed by GitHub
commit 8f22009a7d
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 = "peft";
version = "0.9.0";
version = "0.10.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RdWCIR28OqmpA92/5OWA5sCCPQCAWpUzCZpkHvNMj6M=";
hash = "sha256-Aln5WyDgNnxOUwyhOz9NGsnV1zXt/Rs57ULxR5ZJXNM=";
};
nativeBuildInputs = [ setuptools ];