Unverified Commit c6f90dae authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[PEFT] Unpin peft (#5850)

parent 2a84e8bb
......@@ -113,7 +113,7 @@ _deps = [
"numpy",
"omegaconf",
"parameterized",
"peft<=0.6.2",
"peft>=0.6.0",
"protobuf>=3.20.3,<4",
"pytest",
"pytest-timeout",
......
......@@ -25,7 +25,7 @@ deps = {
"numpy": "numpy",
"omegaconf": "omegaconf",
"parameterized": "parameterized",
"peft": "peft<=0.6.2",
"peft": "peft>=0.6.0",
"protobuf": "protobuf>=3.20.3,<4",
"pytest": "pytest",
"pytest-timeout": "pytest-timeout",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment