Skip to content

Commit c5e6f9a

Browse files
authored
Fix outline import issue (#3282)
Signed-off-by: Wang, Yi A <[email protected]>
1 parent 6624fec commit c5e6f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ peft = [
8080
"peft>=0.14.0",
8181
]
8282
outlines = [
83-
"outlines>=0.1.13",
83+
"outlines>=0.1.13,<1.0",
8484
]
8585
dev = [
8686
"grpcio-tools>=1.51.1,<2.0",

0 commit comments

Comments
 (0)