Skip to content

Commit

Permalink
Update peft requirement from <0.13,>=0.10.0 to >=0.10.0,<0.14 (#3646)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent b89d699 commit 4e1ec17
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 @@ -186,7 +186,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

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

extra_deps['sentencepiece'] = [
Expand Down

0 comments on commit 4e1ec17

Please sign in to comment.