Skip to content

Commit

Permalink
Update peft requirement from <0.14,>=0.10.0 to >=0.10.0,<0.15
Browse files Browse the repository at this point in the history
Updates the requirements on [peft](https://github.com/huggingface/peft) to permit the latest version.
- [Release notes](https://github.com/huggingface/peft/releases)
- [Commits](huggingface/peft@v0.10.0...v0.14.0)

---
updated-dependencies:
- dependency-name: peft
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 06fb4a8 commit 4f76fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['peft'] = [
'peft>=0.10.0,<0.14',
'peft>=0.10.0,<0.15',
]

extra_deps['sentencepiece'] = [
Expand Down

0 comments on commit 4f76fcb

Please sign in to comment.