Pin outlines version (#196)

This commit is contained in:
Cody Yu
2024-02-16 13:01:40 -08:00
committed by GitHub
parent 63ba630bbb
commit 2a74748b2f

View File

@@ -20,7 +20,7 @@ dependencies = [
[project.optional-dependencies]
srt = ["aiohttp", "fastapi", "psutil", "rpyc", "torch", "uvloop", "uvicorn",
"zmq", "vllm>=0.2.5", "interegular", "lark", "numba",
"pydantic", "referencing", "diskcache", "cloudpickle", "pillow", "outlines>=0.0.27"]
"pydantic", "referencing", "diskcache", "cloudpickle", "pillow", "outlines<=0.0.30"]
openai = ["openai>=1.0", "numpy"]
anthropic = ["anthropic", "numpy"]
all = ["sglang[srt]", "sglang[openai]", "sglang[anthropic]"]