python3Packages.peft: 0.15.2 -> 0.17.0

https://github.com/huggingface/peft/releases/tag/v0.17.0

This commit was automatically generated using update-python-libraries.

Changed files
+5 -2
pkgs
development
python-modules
+5 -2
pkgs/development/python-modules/peft/default.nix
···
buildPythonPackage rec {
pname = "peft";
-
version = "0.15.2";
+
version = "0.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "peft";
tag = "v${version}";
-
hash = "sha256-c9oHBQCdJpPAeI7xwePXx75Sp39I8QVjRZSxxSOm2PM=";
+
hash = "sha256-YkJGVSeeEs+ErOUgRL5OXDUaJDqABjOTicM+1gX+CDM=";
};
build-system = [ setuptools ];
···
"tests/test_tuners_utils.py"
"tests/test_vision_models.py"
"tests/test_xlora.py"
+
"tests/test_target_parameters.py"
+
"tests/test_seq_classifier.py"
+
"tests/test_low_level_api.py"
];
meta = {