Skip to content

Commit 53f1043

Browse files
authored
Update setup.py to pin min version of peft (#11502)
1 parent 1fa5639 commit 53f1043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"librosa",
117117
"numpy",
118118
"parameterized",
119-
"peft>=0.6.0",
119+
"peft>=0.15.0",
120120
"protobuf>=3.20.3,<4",
121121
"pytest",
122122
"pytest-timeout",

0 commit comments

Comments
 (0)