Skip to content

Commit

Permalink
[Build/CI] Require outlines > 0.1.4
Browse files Browse the repository at this point in the history
Since 0.1.4 is known to be broken, set our requirement to be above it.
0.1.5 has not yet been released, so this will have to be on hold until
it's out.

Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Dec 2, 2024
1 parent 4dc509f commit 5da9100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ prometheus_client >= 0.18.0
prometheus-fastapi-instrumentator >= 7.0.0
tiktoken >= 0.6.0 # Required for DBRX tokenizer
lm-format-enforcer >= 0.10.9, < 0.11
outlines >= 0.1.4
outlines > 0.1.4
typing_extensions >= 4.10
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
partial-json-parser # used for parsing partial JSON outputs
Expand Down

0 comments on commit 5da9100

Please sign in to comment.