Add outlines upper bound

Version 1.0.0 and later does not have fsm.guides module. We should
update against the 1.0.0 API later.
This commit is contained in:
Daniël de Kok 2025-07-08 13:28:51 +00:00
parent fc2405c549
commit bfdaf5773c

View File

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