1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update setup.py to pin min version of peft (#11502)

This commit is contained in:
Sayak Paul
2025-05-06 10:23:16 +05:30
committed by GitHub
parent 1fa5639438
commit 53f1043cbb

View File

@@ -116,7 +116,7 @@ _deps = [
"librosa",
"numpy",
"parameterized",
"peft>=0.6.0",
"peft>=0.15.0",
"protobuf>=3.20.3,<4",
"pytest",
"pytest-timeout",