From a1db5fda15bf634e358cdeba49cd734a024031a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 08:43:02 +0000 Subject: [PATCH] Update peft requirement from >=0.15.2 to >=0.20.0 Updates the requirements on [peft](https://github.com/huggingface/peft) to permit the latest version. - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](https://github.com/huggingface/peft/compare/v0.15.2...v0.20.0) --- updated-dependencies: - dependency-name: peft dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-npu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-npu.txt b/requirements-npu.txt index 579b76a9..11dabc5a 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -7,7 +7,7 @@ dill hydra-core numpy<2.0.0 pandas -peft>=0.15.2 +peft>=0.20.0 pyarrow>=15.0.0 pybind11 pylatexenc