Fix outline import issue (#3282)

Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
Wang, Yi 2025-08-21 15:53:04 +08:00 committed by GitHub
parent 6624fec1f9
commit c5e6f9a178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ peft = [
"peft>=0.14.0",
]
outlines = [
"outlines>=0.1.13",
"outlines>=0.1.13,<1.0",
]
dev = [
"grpcio-tools>=1.51.1,<2.0",